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