mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor fixes once more
This commit is contained in:
@@ -157,6 +157,9 @@ class Enumeration(GenericEnumeration):
|
||||
values = [ values ]
|
||||
|
||||
for foundTbl in values:
|
||||
if foundTbl is None:
|
||||
continue
|
||||
|
||||
foundTbls[db].append(foundTbl)
|
||||
else:
|
||||
infoMsg = "fetching number of table"
|
||||
|
||||
Reference in New Issue
Block a user