From 7c3e478f40c892d602c2187691f05ed5922cc5fa Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 28 Nov 2008 19:34:02 +0000 Subject: [PATCH] fix previous commit (related to ITS#5804) --- servers/slapd/acl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5