From d1df89e49a2e8723337570debcf36907b1eded62 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Mon, 3 Dec 2018 13:39:01 +0100
Subject: Fixed the project compilation.

---
 src/analysis/binary.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/analysis/binary.c b/src/analysis/binary.c
index 8fc34f2..c327696 100644
--- a/src/analysis/binary.c
+++ b/src/analysis/binary.c
@@ -1174,7 +1174,7 @@ bool _g_loaded_binary_remove_from_collection(GLoadedBinary *binary, DBFeatures f
 
     /* S'il n'y a pas besoin de sauvegarde... */
     if (g_db_item_is_volatile(item))
-        result = _g_db_collection_remove_item(collec, item, lock);
+        result = _g_db_collection_remove_item(collec, item, lock, true);
 
     /* Sinon on envoie par le réseau ! */
     else
-- 
cgit v0.11.2-87-g4458