mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
fix previous commit (related to ITS#5804)
This commit is contained in:
parent
760660a4a2
commit
7c3e478f40
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue