Skip to content
Snippets Groups Projects
Commit d49de831 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove extraneous setting of shutdown variable before exiting.

parent 404f953e
Branches
Tags
No related merge requests found
......@@ -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 */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment