Skip to content
Snippets Groups Projects
Commit 81d2a0f2 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

fix empty substrings any bug

parent 38fea082
No related branches found
No related tags found
No related merge requests found
......@@ -675,7 +675,7 @@ put_substring_filter( BerElement *ber, char *type, char *val )
*nextstar++ = '\0';
if ( *val != '\0' ) {
if ( *val != '\0' || ftype == LDAP_SUBSTRING_ANY ) {
ber_slen_t len = ldap_pvt_filter_value_unescape( val );
if ( len < 0 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment