fix new API leftover

This commit is contained in:
Pierangelo Masarati 2003-04-03 21:17:44 +00:00
parent d275fee025
commit df29552130

View File

@ -1118,7 +1118,7 @@ dn_match_cleanup:;
* rights given by the acis. * rights given by the acis.
*/ */
for ( i = 0; at->a_vals[i].bv_val != NULL; i++ ) { for ( i = 0; at->a_vals[i].bv_val != NULL; i++ ) {
if (aci_mask( be, conn, op, if (aci_mask( op,
e, desc, val, e, desc, val,
#ifdef SLAP_NVALUES #ifdef SLAP_NVALUES
&at->a_nvals[i], &at->a_nvals[i],