mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix match result bug
This commit is contained in:
parent
e53d272b3f
commit
24171e1fe2
@ -374,7 +374,7 @@ static int test_mra_vrFilter(
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ret ) {
|
if ( ret == 0 ) {
|
||||||
(*e_flags)[i][j] = 1;
|
(*e_flags)[i][j] = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user