mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
minor fix/update
This commit is contained in:
parent
e41acb6fc2
commit
6c72e41972
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user