diff options
| -rw-r--r-- | src/analysis/binary.c | 2 | 
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  | 
