mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Silently ignore if back-ldif is not present
This commit is contained in:
parent
83c748fe5c
commit
ac3ad635ef
@ -2586,7 +2586,7 @@ config_setup_ldif( BackendDB *be, const char *dir ) {
|
||||
|
||||
cfb->cb_db.bd_info = backend_info( "ldif" );
|
||||
if ( !cfb->cb_db.bd_info )
|
||||
return 1;
|
||||
return 0; /* FIXME: eventually this will be a fatal error */
|
||||
|
||||
if ( cfb->cb_db.bd_info->bi_db_init( &cfb->cb_db )) return 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user