summaryrefslogtreecommitdiff
path: root/src/analysis/binary.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-12-03 12:39:01 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-12-03 12:39:01 (GMT)
commitd1df89e49a2e8723337570debcf36907b1eded62 (patch)
tree639e66a2f811fad52d29fed653c58dcc7d81cc2f /src/analysis/binary.c
parentd354abf57454771291d7fd4cba4d288a28b46625 (diff)
Fixed the project compilation.
Diffstat (limited to 'src/analysis/binary.c')
-rw-r--r--src/analysis/binary.c2
1 files changed, 1 insertions, 1 deletions
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