mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor fix
This commit is contained in:
@@ -1395,7 +1395,7 @@ class Enumeration:
|
||||
entries[column] = []
|
||||
|
||||
return entries, lengths
|
||||
elif not count:
|
||||
elif isNoneValue(count):
|
||||
return None
|
||||
|
||||
for column in colList:
|
||||
|
||||
Reference in New Issue
Block a user