Remove #ifdef SLAP_CLEANUP around closelog()

This commit is contained in:
Hallvard Furuseth 1999-04-07 01:23:25 +00:00
parent bbb7964508
commit 30cdbc7657

View File

@ -321,9 +321,7 @@ destroy:
Debug( LDAP_DEBUG_ANY, "slapd stopped.\n", 0, 0, 0 );
#ifdef SLAP_CLEANUP
closelog();
#endif
return rc;
}