Skip to content
Snippets Groups Projects
Commit 0fa3715e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ITS#3326: fix slaptest shutdown

parent 31cfbb90
No related branches found
No related tags found
No related merge requests found
......@@ -532,7 +532,7 @@ startup:;
void slap_tool_destroy( void )
{
if ( !dryrun ) {
if ( !dryrun && be != NULL ) {
slap_shutdown( be );
}
slap_destroy();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment