mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
ms access returns -1 for True
This commit is contained in:
parent
ae3455a0c2
commit
bfc12e93c5
|
@ -294,7 +294,7 @@ class Connect:
|
|||
return values, None
|
||||
else:
|
||||
for value in values:
|
||||
if value[0] == 1:
|
||||
if value[0] in (1, -1):
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
|
Loading…
Reference in New Issue
Block a user