From: Pierangelo Masarati Date: Thu, 3 Apr 2003 21:17:44 +0000 (+0000) Subject: fix new API leftover X-Git-Tag: AUTOCONF_2_57~104 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=df2955213034e02188be01ce53706f6c2f3df98a;p=openldap fix new API leftover --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 887e4d0ee0..bc79cbe7a8 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -1118,7 +1118,7 @@ dn_match_cleanup:; * rights given by the acis. */ for ( i = 0; at->a_vals[i].bv_val != NULL; i++ ) { - if (aci_mask( be, conn, op, + if (aci_mask( op, e, desc, val, #ifdef SLAP_NVALUES &at->a_nvals[i],