mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Another minor filter fix (unescaped *)
This commit is contained in:
parent
b28c3953d4
commit
72eb26180f
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ ldap_pvt_filter_value_unescape( char *fval )
|
|||
switch( fval[v] ) {
|
||||
case '(':
|
||||
case ')':
|
||||
case '*':
|
||||
return -1;
|
||||
|
||||
case '\\':
|
||||
|
|
|
|||
Loading…
Reference in a new issue