mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
fix spurius noSuchObject when base=suffix
This commit is contained in:
parent
5b67eecb45
commit
018526ff14
1 changed files with 2 additions and 0 deletions
|
|
@ -182,6 +182,8 @@ meta_back_search( Operation *op, SlapReply *rs )
|
|||
goto new_candidate;
|
||||
}
|
||||
|
||||
} else {
|
||||
is_scope++;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue