]> git.sur5r.net Git - openldap/commitdiff
remove redundant variable
authorLuke Howard <lukeh@openldap.org>
Fri, 22 Jul 2005 09:40:22 +0000 (09:40 +0000)
committerLuke Howard <lukeh@openldap.org>
Fri, 22 Jul 2005 09:40:22 +0000 (09:40 +0000)
servers/slapd/slapi/slapi.h
servers/slapd/slapi/slapi_overlay.c

index 7c56f2e9dce9fefe96617a2118787b7e2abdf57d..9451cc682bd9a7e0fa6ee3fc2c6826c23cea67c5 100644 (file)
@@ -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;
 };
 
index a45472032a32da184c28e02bda274fc1fbee672c..1359621a6c67608b14dc0294cb0524eed7ac9918 100644 (file)
@@ -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 ) {
                /*