From: Kurt Zeilenga Date: Fri, 3 Sep 2004 00:24:07 +0000 (+0000) Subject: Cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~579 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=67e9b48b7d9c212d4f3a28abe9316c5e98b44ffe;p=openldap Cleanup --- diff --git a/libraries/libldap/getdn.c b/libraries/libldap/getdn.c index 1516a1d66e..fc43edb0c3 100644 --- a/libraries/libldap/getdn.c +++ b/libraries/libldap/getdn.c @@ -31,9 +31,6 @@ /* 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,