Minor bug fix

This commit is contained in:
Bernardo Damele 2010-06-02 11:01:41 +00:00
parent 17e0e83990
commit 64ad3b03be

View File

@ -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