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 */ }