mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
Fix parseSearchOptions
This commit is contained in:
parent
8223663865
commit
bfe9ba5b0b
1 changed files with 1 additions and 0 deletions
|
|
@ -1324,6 +1324,7 @@ static int parseSearchOptions (
|
|||
{
|
||||
BerElement *ber;
|
||||
ber_int_t search_flags;
|
||||
ber_tag_t tag;
|
||||
|
||||
if ( ctrl->ldctl_value.bv_len == 0 ) {
|
||||
rs->sr_text = "searchOptions control value not empty";
|
||||
|
|
|
|||
Loading…
Reference in a new issue