mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
small cleanup
This commit is contained in:
parent
d75249abfe
commit
bf449f33bd
@ -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 New Issue
Block a user