mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Remove #ifdef SLAP_CLEANUP around closelog()
This commit is contained in:
parent
bbb7964508
commit
30cdbc7657
1 changed files with 0 additions and 2 deletions
|
|
@ -321,9 +321,7 @@ destroy:
|
|||
|
||||
Debug( LDAP_DEBUG_ANY, "slapd stopped.\n", 0, 0, 0 );
|
||||
|
||||
#ifdef SLAP_CLEANUP
|
||||
closelog();
|
||||
#endif
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue