mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
fixed threading bug (difflib :)
This commit is contained in:
parent
6712b19df2
commit
91dd609e26
3 changed files with 9 additions and 0 deletions
|
|
@ -957,6 +957,7 @@ def __setConfAttributes():
|
|||
conf.scheme = None
|
||||
#conf.seqMatcher = difflib.SequenceMatcher(lambda x: x in " \t")
|
||||
conf.seqMatcher = difflib.SequenceMatcher(None)
|
||||
conf.seqLock = None
|
||||
conf.sessionFP = None
|
||||
conf.start = True
|
||||
conf.threadException = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue