From cd20f2274f1938d03e243984e8569f2b58d59d3b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 26 Jun 1995 20:41:24 +0000 Subject: (master_thread_function): Exit when shutdown returns zero. --- libdiskfs/init-first.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libdiskfs/init-first.c') 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 -- cgit v1.2.3