diff --git a/lib/utils/hashdb.py b/lib/utils/hashdb.py index 312393795..4ec53185b 100644 --- a/lib/utils/hashdb.py +++ b/lib/utils/hashdb.py @@ -62,6 +62,7 @@ class HashDB(object): threadData = getCurrentThreadData() try: if threadData.hashDBCursor: + threadData.hashDBCursor.connection.commit() threadData.hashDBCursor.close() threadData.hashDBCursor.connection.close() threadData.hashDBCursor = None