mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Proper patch for #1723
This commit is contained in:
parent
256b1988b9
commit
a90913c57d
2 changed files with 8 additions and 10 deletions
|
|
@ -2165,7 +2165,6 @@ def _mergeOptions(inputOptions, overrideOptions):
|
|||
if hasattr(conf, key) and conf[key] is None:
|
||||
conf[key] = value
|
||||
|
||||
|
||||
lut = {}
|
||||
for group in optDict.keys():
|
||||
lut.update((_.upper(), _) for _ in optDict[group])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue