mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
fix malformed test
This commit is contained in:
parent
8ee6168916
commit
b637967b95
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue