mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor update
This commit is contained in:
@@ -1400,7 +1400,7 @@ class Enumeration:
|
|||||||
|
|
||||||
return entries, lengths
|
return entries, lengths
|
||||||
|
|
||||||
elif isNoneValue(count):
|
elif not isNumPosStrValue(count):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
for column in colList:
|
for column in colList:
|
||||||
|
|||||||
Reference in New Issue
Block a user