diff options
-rw-r--r-- | libdiskfs/init-first.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libdiskfs/init-first.c b/libdiskfs/init-first.c index 108e765a..fb8345bb 100644 --- a/libdiskfs/init-first.c +++ b/libdiskfs/init-first.c @@ -40,8 +40,7 @@ master_thread_function (any_t foo __attribute__ ((unused))) } while (err); - /* Successful diskfs_shutdown should never return. */ - abort (); + exit (0); } void |