mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#4565 catch errors from slap_sasl_init / backend_init
This commit is contained in:
parent
a87da913cd
commit
8c939e1905
1 changed files with 2 additions and 0 deletions
|
|
@ -169,6 +169,8 @@ slap_init( int mode, const char *name )
|
||||||
if( rc == 0 ) {
|
if( rc == 0 ) {
|
||||||
rc = backend_init( );
|
rc = backend_init( );
|
||||||
}
|
}
|
||||||
|
if ( rc )
|
||||||
|
return rc;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue