Skip to content
Snippets Groups Projects
Commit b637967b authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix malformed test

parent 8ee61689
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment