mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Another patch related to the #2440
This commit is contained in:
parent
e506a390db
commit
1bc583d358
3 changed files with 5 additions and 4 deletions
|
|
@ -614,7 +614,8 @@ def paramToDict(place, parameters=None):
|
|||
candidates = OrderedDict()
|
||||
|
||||
def walk(head, current=None):
|
||||
current = current or head
|
||||
if current is None:
|
||||
current = head
|
||||
if isListLike(current):
|
||||
for _ in current:
|
||||
walk(head, _)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue