mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Trivial update regarding last commit
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user