mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
Now loading all UCDATA files
This commit is contained in:
parent
788cf960ed
commit
b92bceed2a
1 changed files with 1 additions and 2 deletions
|
|
@ -2004,8 +2004,7 @@ load_ucdata( char *path )
|
||||||
if ( loaded ) {
|
if ( loaded ) {
|
||||||
return( 0 );
|
return( 0 );
|
||||||
}
|
}
|
||||||
err = ucdata_load( path ? path : SLAPD_DEFAULT_UCDATA,
|
err = ucdata_load( path ? path : SLAPD_DEFAULT_UCDATA, UCDATA_ALL );
|
||||||
UCDATA_CASE|UCDATA_CTYPE|UCDATA_NUM|UCDATA_COMP );
|
|
||||||
if ( err ) {
|
if ( err ) {
|
||||||
#ifdef NEW_LOGGING
|
#ifdef NEW_LOGGING
|
||||||
LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
|
LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue