]> git.sur5r.net Git - openldap/commitdiff
Listener commit broke test048, skip listener check on Hidden DBs
authorHoward Chu <hyc@openldap.org>
Thu, 25 Jan 2007 05:57:47 +0000 (05:57 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 25 Jan 2007 05:57:47 +0000 (05:57 +0000)
servers/slapd/syncrepl.c

index 5068b9928d834eade3f8c473f9ab50682f540d85..aaf8ef26b03085156e2e367d2f3d2aae042ff199 100644 (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 )) {