mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Now it's fixed
This commit is contained in:
parent
bc31bd1dd9
commit
ba2e009fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -1061,7 +1061,7 @@ class Enumeration:
|
|||
|
||||
if conf.dumpAll:
|
||||
logger.warn(errMsg)
|
||||
return kb.data.dumpedTable
|
||||
return None
|
||||
else:
|
||||
raise sqlmapNoneDataException, errMsg
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue