mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
fix for that update (conf.cj) problem mentioned by shiftzwei@gmail.com
This commit is contained in:
parent
effc7dc41c
commit
63c70018ca
2 changed files with 2 additions and 2 deletions
|
|
@ -223,7 +223,7 @@ def initTargetEnv():
|
|||
|
||||
if conf.multipleTargets:
|
||||
if conf.cj:
|
||||
conf.cj.clear()
|
||||
conf.cj.clear()
|
||||
|
||||
conf.paramDict = {}
|
||||
conf.parameters = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue