mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-29 19:41:22 +01:00
minor fix
This commit is contained in:
parent
ba5eff1de6
commit
2d7d84e16b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue