mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
fix for Bug #166 (Keyboard interrupt in Python threading)
This commit is contained in:
parent
b344a70ba1
commit
2c053d5cfb
2 changed files with 33 additions and 16 deletions
|
|
@ -960,6 +960,7 @@ def __setConfAttributes():
|
|||
conf.seqLock = None
|
||||
conf.sessionFP = None
|
||||
conf.start = True
|
||||
conf.threadContinue = True
|
||||
conf.threadException = False
|
||||
conf.wFileType = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue