mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 21:32:58 -05:00
remove redundant variable
This commit is contained in:
parent
645923b273
commit
1c6124019f
2 changed files with 0 additions and 3 deletions
|
|
@ -74,7 +74,6 @@ typedef struct _ExtendedOp {
|
|||
struct _computed_attr_context {
|
||||
Slapi_PBlock *cac_pb;
|
||||
Operation *cac_op;
|
||||
AccessControlState *cac_acl_state;
|
||||
void *cac_private;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -102,12 +102,10 @@ slapi_over_aux_operational( Operation *op, SlapReply *rs )
|
|||
/* Support for computed attribute plugins */
|
||||
computed_attr_context ctx;
|
||||
AttributeName *anp;
|
||||
AccessControlState acl_state = ACL_STATE_INIT;
|
||||
|
||||
ctx.cac_pb = slapi_over_pblock_new( op );
|
||||
ctx.cac_op = op;
|
||||
ctx.cac_private = rs;
|
||||
ctx.cac_acl_state = &acl_state;
|
||||
|
||||
if ( rs->sr_entry != NULL ) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue