summaryrefslogtreecommitdiff
path: root/libdiskfs/init-first.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-26 20:41:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-26 20:41:24 +0000
commitcd20f2274f1938d03e243984e8569f2b58d59d3b (patch)
tree2fabb9501b1cd3ba693f82be594730437609d904 /libdiskfs/init-first.c
parentb7243c0b5a9e8f324ff14848f11c925a1167c19e (diff)
(master_thread_function): Exit when shutdown returns zero.
Diffstat (limited to 'libdiskfs/init-first.c')
-rw-r--r--libdiskfs/init-first.c3
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