mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
ITS#10047 back-mdb: fix indexer resume on slapd restart
when overlays are in use on the database
This commit is contained in:
parent
3271bfa1ea
commit
ec3fafd1a6
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ mdb_db_open( BackendDB *be, ConfigReply *cr )
|
||||||
mdb->mi_flags |= MDB_IS_OPEN;
|
mdb->mi_flags |= MDB_IS_OPEN;
|
||||||
|
|
||||||
if ( do_index )
|
if ( do_index )
|
||||||
mdb_start_index_task( be );
|
mdb_start_index_task( be->bd_self );
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue