mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #5059
This commit is contained in:
parent
d5fb92ee42
commit
52f2faf2cf
3 changed files with 11 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue