mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-15 19:34:10 -05:00
small cleanup
This commit is contained in:
parent
d75249abfe
commit
bf449f33bd
1 changed files with 2 additions and 3 deletions
|
|
@ -1750,10 +1750,9 @@ aci_mask(
|
|||
rc = 0;
|
||||
free(ndn.bv_val);
|
||||
}
|
||||
return(rc);
|
||||
}
|
||||
return (rc);
|
||||
|
||||
if (ber_bvstrcasecmp( &aci_bv_self, &bv ) == 0) {
|
||||
} else if (ber_bvstrcasecmp( &aci_bv_self, &bv ) == 0) {
|
||||
if (dn_match(&op->o_ndn, &e->e_nname))
|
||||
return(1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue