Scripts temporarily deregister themselves while executing. This

allows us to avoid execution loops without having to hack around the
image registration order.
This commit is contained in:
Michael Brown
2007-06-09 19:00:34 +01:00
parent 2c569fb240
commit b256900d4f
3 changed files with 18 additions and 18 deletions

View File

@@ -89,7 +89,8 @@ int imgload ( struct image *image ) {
return rc;
/* If we succeed, move the image to the start of the list */
promote_image ( image );
#warning "No longer exists"
// promote_image ( image );
return 0;
}