diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 20:41:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 20:41:24 +0000 |
commit | cd20f2274f1938d03e243984e8569f2b58d59d3b (patch) | |
tree | 2fabb9501b1cd3ba693f82be594730437609d904 /libdiskfs | |
parent | b7243c0b5a9e8f324ff14848f11c925a1167c19e (diff) |
(master_thread_function): Exit when shutdown returns zero.
Diffstat (limited to 'libdiskfs')
-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 |