mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fix for an Issue #345
This commit is contained in:
parent
51a77d1fe2
commit
3ab4a5e36d
2 changed files with 7 additions and 6 deletions
|
|
@ -1555,7 +1555,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.lastParserStatus = None
|
||||
|
||||
kb.locks = AttribDict()
|
||||
for _ in ("cache", "count", "index", "io", "limit", "log", "request", "value"):
|
||||
for _ in ("cache", "count", "index", "io", "limit", "log", "redirect", "request", "value"):
|
||||
kb.locks[_] = threading.Lock()
|
||||
|
||||
kb.matchRatio = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue