Now loading all UCDATA files

This commit is contained in:
Stig Venaas 2001-01-26 14:33:09 +00:00
parent 788cf960ed
commit b92bceed2a

View File

@ -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,