mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Fix for an Issue #462
This commit is contained in:
parent
3583f45ee7
commit
6f49b96a2d
|
@ -879,7 +879,5 @@ class Connect(object):
|
|||
|
||||
if getRatioValue:
|
||||
return comparison(page, headers, code, getRatioValue=False, pageLength=pageLength), comparison(page, headers, code, getRatioValue=True, pageLength=pageLength)
|
||||
elif pageLength or page:
|
||||
return comparison(page, headers, code, getRatioValue, pageLength)
|
||||
else:
|
||||
return False
|
||||
return comparison(page, headers, code, getRatioValue, pageLength)
|
||||
|
|
Loading…
Reference in New Issue
Block a user