mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor bug fix
This commit is contained in:
parent
17e0e83990
commit
64ad3b03be
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ def __createDumpDir():
|
|||
Create the dump directory.
|
||||
"""
|
||||
|
||||
if not conf.dumpTable and not conf.dumpAll:
|
||||
if not conf.dumpTable and not conf.dumpAll and not conf.search:
|
||||
return
|
||||
|
||||
conf.dumpPath = paths.SQLMAP_DUMP_PATH % conf.hostname
|
||||
|
|
|
|||
Loading…
Reference in a new issue