From ef59e59f5b367fa15639d0d3829b34fdcc1e3747 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Tue, 20 Mar 2018 10:12:52 -0700 Subject: [PATCH] Ensure IndexMergeIndexUpdates always returns a bool --- src/import_pipeline.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/import_pipeline.cc b/src/import_pipeline.cc index a12d8836..4876bba0 100644 --- a/src/import_pipeline.cc +++ b/src/import_pipeline.cc @@ -555,6 +555,8 @@ bool IndexMergeIndexUpdates() { // return update.path; //})); } + + return did_merge; } } // namespace