Skip to content

Commit bc31bd1

Browse files
committed
Minor bug fix
1 parent fd7de4b commit bc31bd1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/THANKS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Chip Andrews <chip@sqlsecurity.com>
55
at SQLSecurity.com and permission to implement the update feature
66
taking data from his site
77

8+
Simon Baker <simonb@sec-1.com>
9+
for reporting some bugs
10+
811
Daniele Bellucci <daniele.bellucci@gmail.com>
912
for starting sqlmap project and developing it between July and August
1013
2006

plugins/generic/enumeration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ def dumpTable(self):
999999

10001000
if conf.dumpAll:
10011001
logger.warn(errMsg)
1002-
return kb.data.dumpedTable
1002+
return None
10031003
else:
10041004
raise sqlmapNoneDataException, errMsg
10051005

0 commit comments

Comments
 (0)