mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor fix
This commit is contained in:
parent
ba5eff1de6
commit
2d7d84e16b
|
@ -1395,7 +1395,7 @@ class Enumeration:
|
|||
entries[column] = []
|
||||
|
||||
return entries, lengths
|
||||
elif not count:
|
||||
elif isNoneValue(count):
|
||||
return None
|
||||
|
||||
for column in colList:
|
||||
|
|
Loading…
Reference in New Issue
Block a user