mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix parseSearchOptions
This commit is contained in:
parent
8223663865
commit
bfe9ba5b0b
@ -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 New Issue
Block a user