mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Now loading all UCDATA files
This commit is contained in:
parent
788cf960ed
commit
b92bceed2a
@ -2004,8 +2004,7 @@ load_ucdata( char *path )
|
||||
if ( loaded ) {
|
||||
return( 0 );
|
||||
}
|
||||
err = ucdata_load( path ? path : SLAPD_DEFAULT_UCDATA,
|
||||
UCDATA_CASE|UCDATA_CTYPE|UCDATA_NUM|UCDATA_COMP );
|
||||
err = ucdata_load( path ? path : SLAPD_DEFAULT_UCDATA, UCDATA_ALL );
|
||||
if ( err ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
|
||||
|
Loading…
Reference in New Issue
Block a user