mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#3326: fix slaptest shutdown
This commit is contained in:
parent
31cfbb90df
commit
0fa3715e04
@ -532,7 +532,7 @@ startup:;
|
||||
|
||||
void slap_tool_destroy( void )
|
||||
{
|
||||
if ( !dryrun ) {
|
||||
if ( !dryrun && be != NULL ) {
|
||||
slap_shutdown( be );
|
||||
}
|
||||
slap_destroy();
|
||||
|
Loading…
Reference in New Issue
Block a user