mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Patch for an Issue #242
This commit is contained in:
parent
a52dbc575b
commit
6f7f9dd8eb
2 changed files with 1 additions and 4 deletions
|
|
@ -1409,9 +1409,6 @@ def __cleanupOptions():
|
|||
for _ in DUMP_REPLACEMENTS.keys():
|
||||
del DUMP_REPLACEMENTS[_]
|
||||
|
||||
if conf.sessionFile:
|
||||
conf.hashDBFile = conf.sessionFile
|
||||
|
||||
threadData = getCurrentThreadData()
|
||||
threadData.reset()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue