minor fix/update

This commit is contained in:
Miroslav Stampar 2010-12-26 02:19:10 +00:00
parent e41acb6fc2
commit 6c72e41972

View File

@ -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)