From: Howard Chu Date: Mon, 31 May 2004 05:44:04 +0000 (+0000) Subject: load_ucdata is now a no-op X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~309 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=14ca92e85144010c34f907a567c0ab32bbf60a6e;p=openldap load_ucdata is now a no-op --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index f2d3d225dd..983bc211df 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -2930,6 +2930,7 @@ fp_getline_init( int *lineno ) static int load_ucdata( char *path ) { +#if 0 static int loaded = 0; int err; @@ -2950,6 +2951,10 @@ load_ucdata( char *path ) } loaded = 1; return( 1 ); +#else + /* ucdata is now hardcoded */ + return( 0 ); +#endif } void