mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix startup check
This commit is contained in:
parent
3f357270d4
commit
38383fca41
1 changed files with 3 additions and 2 deletions
|
|
@ -2770,13 +2770,14 @@ read_config(const char *fname, const char *dir) {
|
|||
if ( !be )
|
||||
return 1;
|
||||
|
||||
cfb = be->be_private;
|
||||
|
||||
/* Setup the underlying back-ldif backend */
|
||||
if ( config_setup_ldif( be, dir ))
|
||||
return 1;
|
||||
|
||||
#if 0 /* not yet
|
||||
#if 0 /* not yet */
|
||||
/* If we read the config from back-ldif, nothing to do here */
|
||||
cfb = be->be_private;
|
||||
if ( cfb->cb_got_ldif )
|
||||
return 0;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue