]> git.sur5r.net Git - openldap/commitdiff
Remove lint (rev 1.30)
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 27 Jan 2011 19:50:27 +0000 (19:50 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 27 Jan 2011 19:50:27 +0000 (19:50 +0000)
servers/slapd/overlays/memberof.c

index 531ff290d9ed4468c1b5d5ae80fd91fa49643e22..12055c43554bd513265ab175429d98e381de2b73 100644 (file)
@@ -1243,8 +1243,6 @@ memberof_res_add( Operation *op, SlapReply *rs )
 
                ma = attr_find( op->ora_e->e_attrs, mo->mo_ad_memberof );
                if ( ma != NULL ) {
-                       char relax = op->o_relax;
-
                        /* relax is required to allow to add
                         * a non-existing member */
                        op->o_relax = SLAP_CONTROL_CRITICAL;