mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor bug fix
This commit is contained in:
parent
fd7de4bbb8
commit
bc31bd1dd9
2 changed files with 4 additions and 1 deletions
|
|
@ -999,7 +999,7 @@ class Enumeration:
|
|||
|
||||
if conf.dumpAll:
|
||||
logger.warn(errMsg)
|
||||
return kb.data.dumpedTable
|
||||
return None
|
||||
else:
|
||||
raise sqlmapNoneDataException, errMsg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue