mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Listener commit broke test048, skip listener check on Hidden DBs
This commit is contained in:
parent
183a0f3719
commit
009e911a9d
@ -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 )) {
|
||||
|
Loading…
Reference in New Issue
Block a user