mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor update
This commit is contained in:
parent
2face9799a
commit
f79d01183d
|
@ -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 New Issue
Block a user