]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorHoward Chu <hyc@openldap.org>
Sun, 23 Mar 2003 15:45:06 +0000 (15:45 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 23 Mar 2003 15:45:06 +0000 (15:45 +0000)
servers/slapd/acl.c

index 3d0c1e05663d6f09b3f91a3f32ecd9278d86f44b..9d2dae013659e10765cf7d48d262c94105895d3a 100644 (file)
@@ -1125,7 +1125,7 @@ dn_match_cleanup:;
                                if (aci_mask( be, conn, op,
                                        e, desc, val,
 #ifdef SLAP_NVALUES
-                                       at->a_vals ? &at->a_nvals[i] : &at->a_vals[i],
+                                       at->a_nvals ? &at->a_nvals[i] : &at->a_vals[i],
 #else
                                        &at->a_vals[i],
 #endif