mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix malformed test
This commit is contained in:
parent
8ee6168916
commit
b637967b95
@ -1687,7 +1687,7 @@ read_config( const char *fname )
|
||||
if ( strncasecmp( cargv[i], "suffix=", 7 ) == 0 ) {
|
||||
char *nsuffix = ch_strdup( cargv[i] + 7 );
|
||||
if ( dn_normalize( nsuffix ) != NULL ) {
|
||||
if ( be_issuffix( be, nsuffix ) ) {
|
||||
if ( select_backend( nsuffix, 0 ) == be ) {
|
||||
charray_add( &be->be_replica[nr]->ri_nsuffix, nsuffix );
|
||||
} else {
|
||||
#ifdef NEW_LOGGING
|
||||
|
Loading…
Reference in New Issue
Block a user