From: Pierangelo Masarati Date: Fri, 7 May 2004 22:29:10 +0000 (+0000) Subject: always hexpair escape special chars (databases must be rebuilt) X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~392 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f195b20a1f3cc6da31d8a4e9f9d807cbf12f414c;p=openldap always hexpair escape special chars (databases must be rebuilt) --- diff --git a/libraries/libldap/getdn.c b/libraries/libldap/getdn.c index 76b9c98223..d44ddf19f7 100644 --- a/libraries/libldap/getdn.c +++ b/libraries/libldap/getdn.c @@ -31,7 +31,9 @@ /* extension to UFN that turns trailing "dc=value" rdns in DNS style, * e.g. "ou=People,dc=openldap,dc=org" => "People, openldap.org" */ #define DC_IN_UFN +#if 0 #define PRETTY_ESCAPE +#endif /* parsing/printing routines */ static int str2strval( const char *str, ber_len_t stoplen, struct berval *val,