Listener commit broke test048, skip listener check on Hidden DBs

This commit is contained in:
Howard Chu 2007-01-25 05:57:47 +00:00
parent 183a0f3719
commit 009e911a9d

View File

@ -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 )) {