mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 23:33:07 -05:00
fix match result bug
This commit is contained in:
parent
e53d272b3f
commit
24171e1fe2
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ static int test_mra_vrFilter(
|
|||
return rc;
|
||||
}
|
||||
|
||||
if ( ret ) {
|
||||
if ( ret == 0 ) {
|
||||
(*e_flags)[i][j] = 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue