mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
load_ucdata is now a no-op
This commit is contained in:
parent
180880eee2
commit
14ca92e851
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue