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

Defer addition until we have some basic UTF-8 routines

parent 170b97ef
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@
#include "ldap-int.h"
#if 0
/* this should wait for UTF-8 routines */
#define B4LEADTYPE 0
#define B4TYPE 1
#define INOIDTYPE 2
......@@ -331,3 +334,5 @@ char * ldap_dn_rdn(
return( rdn );
}
#endif
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