mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 15:23:11 -05:00
Remove extraneous setting of shutdown variable before exiting.
This commit is contained in:
parent
404f953ef0
commit
d49de831ef
1 changed files with 1 additions and 3 deletions
|
|
@ -129,9 +129,7 @@ main(
|
||||||
/* destroy the thread package */
|
/* destroy the thread package */
|
||||||
ldap_pvt_thread_destroy();
|
ldap_pvt_thread_destroy();
|
||||||
|
|
||||||
Debug( LDAP_DEBUG_ANY, "slurpd: terminating normally\n", 0, 0, 0 );
|
Debug( LDAP_DEBUG_ANY, "slurpd: terminated.\n", 0, 0, 0 );
|
||||||
sglob->slurpd_shutdown = 1;
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
#endif /* !NO_THREADS */
|
#endif /* !NO_THREADS */
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue