diff --git a/src/index/recollindex.cpp b/src/index/recollindex.cpp index 4a5eab9d..0595aaa9 100644 --- a/src/index/recollindex.cpp +++ b/src/index/recollindex.cpp @@ -470,7 +470,7 @@ int main(int argc, char **argv) // back, but the monitor will explicitely strip it before // starting a config change exec to ensure that we do a // purging pass in this case. - o_reexec.reexec(); + o_reexec->reexec(); } if (updater) { updater->status.phase = DbIxStatus::DBIXS_MONITOR;