mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
minor fix/update
This commit is contained in:
@@ -104,6 +104,8 @@ def tableExists(tableFile):
|
||||
raise sqlmapThreadException, "user aborted"
|
||||
finally:
|
||||
kb.locks.seqLock = None
|
||||
kb.threadContinue = True
|
||||
kb.threadException = False
|
||||
|
||||
clearConsoleLine(True)
|
||||
|
||||
@@ -195,6 +197,8 @@ def columnExists(columnFile):
|
||||
raise sqlmapThreadException, "user aborted"
|
||||
finally:
|
||||
kb.locks.seqLock = None
|
||||
kb.threadContinue = True
|
||||
kb.threadException = False
|
||||
|
||||
clearConsoleLine(True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user