mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Remove unused variable
This commit is contained in:
parent
f87ca7853b
commit
e1e0370e8c
1 changed files with 0 additions and 2 deletions
|
|
@ -378,8 +378,6 @@ constraint_violation( constraint *c, struct berval *bv, Operation *op, SlapReply
|
|||
STRLENOF(")(|");
|
||||
|
||||
for (i = 0; c->attrs[i]; i++) {
|
||||
const char *text = NULL;
|
||||
|
||||
len += STRLENOF("(") +
|
||||
c->attrs[i]->ad_cname.bv_len +
|
||||
STRLENOF("=") +
|
||||
|
|
|
|||
Loading…
Reference in a new issue