From 37b7ac93f5256726233517eecebc07440170d94b Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 28 May 2012 09:41:40 +0200 Subject: [PATCH] typo in 2754:5a63b39e0c5a --- src/index/recollindex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;