Skip to content
Snippets Groups Projects
Commit 009e911a authored by Howard Chu's avatar Howard Chu
Browse files

Listener commit broke test048, skip listener check on Hidden DBs

parent 183a0f37
No related branches found
No related tags found
No related merge requests found
......@@ -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 )) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment