ITS#3326: fix slaptest shutdown

This commit is contained in:
Kurt Zeilenga 2004-09-10 17:15:33 +00:00
parent 31cfbb90df
commit 0fa3715e04

View File

@ -532,7 +532,7 @@ startup:;
void slap_tool_destroy( void )
{
if ( !dryrun ) {
if ( !dryrun && be != NULL ) {
slap_shutdown( be );
}
slap_destroy();