mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 04:53:48 +03:00
Minor bug fix
This commit is contained in:
parent
fd7de4bbb8
commit
bc31bd1dd9
|
@ -5,6 +5,9 @@ Chip Andrews <chip@sqlsecurity.com>
|
||||||
at SQLSecurity.com and permission to implement the update feature
|
at SQLSecurity.com and permission to implement the update feature
|
||||||
taking data from his site
|
taking data from his site
|
||||||
|
|
||||||
|
Simon Baker <simonb@sec-1.com>
|
||||||
|
for reporting some bugs
|
||||||
|
|
||||||
Daniele Bellucci <daniele.bellucci@gmail.com>
|
Daniele Bellucci <daniele.bellucci@gmail.com>
|
||||||
for starting sqlmap project and developing it between July and August
|
for starting sqlmap project and developing it between July and August
|
||||||
2006
|
2006
|
||||||
|
|
|
@ -999,7 +999,7 @@ class Enumeration:
|
||||||
|
|
||||||
if conf.dumpAll:
|
if conf.dumpAll:
|
||||||
logger.warn(errMsg)
|
logger.warn(errMsg)
|
||||||
return kb.data.dumpedTable
|
return None
|
||||||
else:
|
else:
|
||||||
raise sqlmapNoneDataException, errMsg
|
raise sqlmapNoneDataException, errMsg
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user