From: Howard Chu Date: Thu, 25 Jan 2007 05:57:47 +0000 (+0000) Subject: Listener commit broke test048, skip listener check on Hidden DBs X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~146 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=009e911a9d0abaa0ef0c363904a2ce03f5146b64;p=openldap Listener commit broke test048, skip listener check on Hidden DBs --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 5068b9928d..aaf8ef26b0 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -3385,7 +3385,7 @@ add_syncrepl( * in case they really want to do this, they can vary * the case of the URL to allow it. */ - if ( l ) { + if ( l && !SLAP_DBHIDDEN( c->be )) { int i; for ( i=0; l[i]; i++ ) { if ( bvmatch( &l[i]->sl_url, &si->si_bindconf.sb_uri )) {