]> git.sur5r.net Git - openldap/commitdiff
small cleanup
authorPierangelo Masarati <ando@openldap.org>
Sat, 15 Jun 2002 18:20:41 +0000 (18:20 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 15 Jun 2002 18:20:41 +0000 (18:20 +0000)
servers/slapd/acl.c

index 05768e052e290c32768ad3fc2c635ed734cda4b6..46159d21563a4ae45032583586c4270b58c2cbda 100644 (file)
@@ -1750,10 +1750,9 @@ aci_mask(
                                rc = 0;
                        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))
                        return(1);