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

ITS#4565 catch errors from slap_sasl_init / backend_init

parent a87da913
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,8 @@ slap_init( int mode, const char *name )
if( rc == 0 ) {
rc = backend_init( );
}
if ( rc )
return rc;
break;
......
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