Minor bug fix

This commit is contained in:
Bernardo Damele 2009-06-29 10:13:39 +00:00
parent fd7de4bbb8
commit bc31bd1dd9
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ Chip Andrews <chip@sqlsecurity.com>
at SQLSecurity.com and permission to implement the update feature
taking data from his site
Simon Baker <simonb@sec-1.com>
for reporting some bugs
Daniele Bellucci <daniele.bellucci@gmail.com>
for starting sqlmap project and developing it between July and August
2006

View File

@ -999,7 +999,7 @@ class Enumeration:
if conf.dumpAll:
logger.warn(errMsg)
return kb.data.dumpedTable
return None
else:
raise sqlmapNoneDataException, errMsg