From d49de831ef8eee5d3cd2b536b9b06145a77fd39f Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 7 Apr 1999 03:29:47 +0000 Subject: [PATCH] Remove extraneous setting of shutdown variable before exiting. --- servers/slurpd/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/servers/slurpd/main.c b/servers/slurpd/main.c index 719633954a..d4ff5bcc46 100644 --- a/servers/slurpd/main.c +++ b/servers/slurpd/main.c @@ -129,9 +129,7 @@ main( /* destroy the thread package */ ldap_pvt_thread_destroy(); - Debug( LDAP_DEBUG_ANY, "slurpd: terminating normally\n", 0, 0, 0 ); - sglob->slurpd_shutdown = 1; - + Debug( LDAP_DEBUG_ANY, "slurpd: terminated.\n", 0, 0, 0 ); return 0; #endif /* !NO_THREADS */ } -- 2.39.5