mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
always shutdown (slaptest was not)
This commit is contained in:
parent
584b21d20b
commit
4cba10c13e
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ startup:;
|
|||
|
||||
void slap_tool_destroy( void )
|
||||
{
|
||||
if ( !dryrun && be != NULL ) {
|
||||
if ( !dryrun ) {
|
||||
slap_shutdown( be );
|
||||
}
|
||||
slap_destroy();
|
||||
|
|
|
|||
Loading…
Reference in a new issue