Skip to content
Snippets Groups Projects
Commit 67ee75cc authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2868 check result from slap_startup

parent 313bb1dc
Branches
Tags
No related merge requests found
......@@ -412,7 +412,10 @@ slap_tool_init(
mal_leaktrace(1);
#endif
slap_startup( be );
if ( slap_startup( be ) ) {
fprintf( stderr, "slap_startup failed\n" );
exit( EXIT_FAILURE );
}
}
void slap_tool_destroy( void )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment