Fix parseSearchOptions

This commit is contained in:
Howard Chu 2005-05-13 01:33:22 +00:00
parent 8223663865
commit bfe9ba5b0b

View File

@ -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";