mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-12-01 22:13:53 +03:00
Trivial update regarding last commit
This commit is contained in:
parent
ed8f16e754
commit
b7989f93c5
|
@ -1395,7 +1395,7 @@ def _cleanupOptions():
|
||||||
else:
|
else:
|
||||||
conf.rParam = []
|
conf.rParam = []
|
||||||
|
|
||||||
if conf.pDel:
|
if conf.pDel and '\\' in conf.pDel:
|
||||||
conf.pDel = conf.pDel.decode("string_escape")
|
conf.pDel = conf.pDel.decode("string_escape")
|
||||||
|
|
||||||
if conf.skip:
|
if conf.skip:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user