]> git.sur5r.net Git - openldap/commitdiff
cleanup previous commit
authorPierangelo Masarati <ando@openldap.org>
Tue, 12 Apr 2005 19:35:53 +0000 (19:35 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 12 Apr 2005 19:35:53 +0000 (19:35 +0000)
servers/slapd/acl.c

index f01a8af5629678c3da0275e8ce3f9278f0f8bd31..60bbfa0dc7ee2fb5a02537861bc06982908b80f6 100644 (file)
@@ -382,7 +382,7 @@ access_allowed_mask(
 
        assert( access_level > ACL_NONE );
 
-       ACL_INVALIDATE( mask );
+       ACL_INIT( mask );
        if ( maskp ) ACL_INVALIDATE( *maskp );
 
        attr = desc->ad_cname.bv_val;
@@ -1396,7 +1396,7 @@ acl_mask(
                "=> acl_mask: to %s by \"%s\", (%s) \n",
                val ? "value" : "all values",
                op->o_ndn.bv_val ?  op->o_ndn.bv_val : "",
-               accessmask2str( *mask, accessmaskbuf, 1) );
+               accessmask2str( *mask, accessmaskbuf, 1 ) );
 
 
        if( state && ( state->as_recorded & ACL_STATE_RECORDED_VD )