fix previous commit (related to ITS#5804)

This commit is contained in:
Pierangelo Masarati 2008-11-28 19:34:02 +00:00
parent 760660a4a2
commit 7c3e478f40

View file

@ -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;
}