]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/filter.c
fix non-printable flag detection; improve dn test (passes all but last in http:/...
[openldap] / libraries / libldap / filter.c
index ca00c60683e911a6dafdf33e1a7a621d3d27b441..60fd907975a4d6ef06dd290029ae03301cd29dd4 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /*  Portions
@@ -221,6 +221,7 @@ ldap_pvt_filter_value_unescape( char *fval )
                switch( fval[v] ) {
                case '(':
                case ')':
+               case '*':
                        return -1;
 
                case '\\':