mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
Minor bug fix
This commit is contained in:
parent
864eade744
commit
d0ddaee3c8
|
@ -242,6 +242,9 @@ class Enumeration(GenericEnumeration):
|
||||||
values = [ values ]
|
values = [ values ]
|
||||||
|
|
||||||
for foundTbl in values:
|
for foundTbl in values:
|
||||||
|
if foundTbl is None:
|
||||||
|
continue
|
||||||
|
|
||||||
if foundTbl not in dbs[db]:
|
if foundTbl not in dbs[db]:
|
||||||
dbs[db][foundTbl] = {}
|
dbs[db][foundTbl] = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user