ITS#10047 back-mdb: fix indexer resume on slapd restart

when overlays are in use on the database
This commit is contained in:
Howard Chu 2023-05-09 14:38:13 +01:00 committed by Quanah Gibson-Mount
parent 3271bfa1ea
commit ec3fafd1a6

View File

@ -313,7 +313,7 @@ mdb_db_open( BackendDB *be, ConfigReply *cr )
mdb->mi_flags |= MDB_IS_OPEN;
if ( do_index )
mdb_start_index_task( be );
mdb_start_index_task( be->bd_self );
return 0;