From: Howard Chu Date: Wed, 22 Aug 2012 22:29:17 +0000 (-0700) Subject: ITS#7350 actually use zero-length value ACLs X-Git-Tag: OPENLDAP_REL_ENG_2_4_33~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9f9025a9765940cbdff4316852f1190946e2551d;p=openldap ITS#7350 actually use zero-length value ACLs --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 92b4c43b03..217832fd64 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -614,7 +614,7 @@ slap_acl_get( } /* Is this ACL only for a specific value? */ - if ( a->acl_attrval.bv_len ) { + if ( a->acl_attrval.bv_val ) { if ( val == NULL ) { continue; }