From 64ad3b03bea64a409138a9e96bc276843dcc9235 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 2 Jun 2010 11:01:41 +0000 Subject: [PATCH] Minor bug fix --- lib/core/target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/target.py b/lib/core/target.py index f503b3183..b8a6386e9 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -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