mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
load_ucdata is now a no-op
This commit is contained in:
parent
180880eee2
commit
14ca92e851
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user