mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor update
This commit is contained in:
parent
2face9799a
commit
f79d01183d
1 changed files with 1 additions and 1 deletions
|
|
@ -1400,7 +1400,7 @@ class Enumeration:
|
|||
|
||||
return entries, lengths
|
||||
|
||||
elif isNoneValue(count):
|
||||
elif not isNumPosStrValue(count):
|
||||
return None
|
||||
|
||||
for column in colList:
|
||||
|
|
|
|||
Loading…
Reference in a new issue