]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Import "by * none stop" fix from HEAD
authorKurt Zeilenga <kurt@openldap.org>
Thu, 7 Jun 2001 06:10:16 +0000 (06:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 7 Jun 2001 06:10:16 +0000 (06:10 +0000)
servers/slapd/acl.c

index 8079bdd15eddbf015d86a8c5fe23bf7b23d5f4f6..baaf23df44491d122df779d5194d9bfac4e6e046 100644 (file)
@@ -804,6 +804,9 @@ acl_mask(
                }
        }
 
+       /* implicit "by * none" clause */
+       ACL_INIT(*mask);
+
        Debug( LDAP_DEBUG_ACL,
                "<= acl_mask: no more <who> clauses, returning %s (stop)\n",
                accessmask2str(*mask, accessmaskbuf), 0, 0 );