fix BVarray

This commit is contained in:
Pierangelo Masarati 2002-01-05 09:58:19 +00:00
parent 879733f9f7
commit f3b61d87b7

View file

@ -888,9 +888,9 @@ acl_mask(
* rights are determined by OR'ing the individual
* rights given by the acis.
*/
for ( i = 0; at->a_vals[i] != NULL; i++ ) {
for ( i = 0; at->a_vals[i].bv_val != NULL; i++ ) {
if (aci_mask( be, conn, op,
e, desc, val, at->a_vals[i],
e, desc, val, &at->a_vals[i],
matches, &grant, &deny ) != 0)
{
tgrant |= grant;