From 009e911a9d0abaa0ef0c363904a2ce03f5146b64 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 25 Jan 2007 05:57:47 +0000 Subject: [PATCH] Listener commit broke test048, skip listener check on Hidden DBs --- servers/slapd/syncrepl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )) { -- 2.39.5