mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
Listener commit broke test048, skip listener check on Hidden DBs
This commit is contained in:
parent
183a0f3719
commit
009e911a9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue