mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
small cleanup
This commit is contained in:
parent
d75249abfe
commit
bf449f33bd
@ -1750,10 +1750,9 @@ aci_mask(
|
|||||||
rc = 0;
|
rc = 0;
|
||||||
free(ndn.bv_val);
|
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))
|
if (dn_match(&op->o_ndn, &e->e_nname))
|
||||||
return(1);
|
return(1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user