Remove extraneous setting of shutdown variable before exiting.

This commit is contained in:
Kurt Zeilenga 1999-04-07 03:29:47 +00:00
parent 404f953ef0
commit d49de831ef

View file

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