From: Pierangelo Masarati Date: Fri, 28 Nov 2008 19:34:02 +0000 (+0000) Subject: fix previous commit (related to ITS#5804) X-Git-Tag: ACLCHECK_0~1045 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7c3e478f40c892d602c2187691f05ed5922cc5fa;p=openldap fix previous commit (related to ITS#5804) --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index d04f1df005..55e84ae53b 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -911,7 +911,7 @@ acl_mask_dn( if ( acl_string_expand( &bv, &bdn->a_pat, e->e_nname.bv_val, - val->bv_val, tmp_matchesp ) ) + val ? val->bv_val : NULL, tmp_matchesp ) ) { return 1; }