]> git.sur5r.net Git - openldap/commitdiff
(ultimately?) fix ITS#2361
authorPierangelo Masarati <ando@openldap.org>
Tue, 11 Mar 2003 12:23:20 +0000 (12:23 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 11 Mar 2003 12:23:20 +0000 (12:23 +0000)
servers/slapd/acl.c

index 0829ec1957190d42005b77511fa9e56019b04d79..592eb0f21e32ec53081baac8498e9f59c9c1a1fd 100644 (file)
@@ -740,7 +740,7 @@ dn_match_cleanup:;
                }
 
                if ( b->a_sockurl_pat.bv_len ) {
-                       if ( !conn->c_listener_url.bv_val ) {
+                       if ( ! conn->c_listener ) {
                                continue;
                        }
 #ifdef NEW_LOGGING