Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc31bd1

Browse files
committed
Minor bug fix
1 parent fd7de4b commit bc31bd1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

doc/THANKS

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

8+
Simon Baker <[email protected]>
9+
for reporting some bugs
10+
811
Daniele Bellucci <[email protected]>
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)