summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp b/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp
index f3013b4e5de..9d5cf4c006f 100644
--- a/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp
+++ b/searchcore/src/vespa/searchcore/proton/flushengine/flushengine.cpp
@@ -90,8 +90,8 @@ FlushEngine::start()
FlushEngine &
FlushEngine::close()
{
- MonitorGuard strategyGuard(_strategyMonitor);
{
+ MonitorGuard strategyGuard(_strategyMonitor);
MonitorGuard guard(_monitor);
_closed = true;
guard.broadcast();