From: Kurt Zeilenga Date: Thu, 7 Jun 2001 06:10:16 +0000 (+0000) Subject: Import "by * none stop" fix from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_0_12~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bcdfc26a6b3af12780aed6820c29560b32f51e3;p=thirdparty%2Fopenldap.git Import "by * none stop" fix from HEAD --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 8079bdd15e..baaf23df44 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -804,6 +804,9 @@ acl_mask( } } + /* implicit "by * none" clause */ + ACL_INIT(*mask); + Debug( LDAP_DEBUG_ACL, "<= acl_mask: no more clauses, returning %s (stop)\n", accessmask2str(*mask, accessmaskbuf), 0, 0 );