mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
just to not cause confusion
This commit is contained in:
parent
dcb9c93328
commit
87e36796c6
|
@ -73,7 +73,7 @@ def __oneShotErrorUse(expression, field):
|
||||||
else:
|
else:
|
||||||
retVal += output if output else ''
|
retVal += output if output else ''
|
||||||
|
|
||||||
if not (output and len(output) >= MYSQL_ERROR_CHUNK_LENGTH):
|
if not (output and len(output) == MYSQL_ERROR_CHUNK_LENGTH):
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
offset += MYSQL_ERROR_CHUNK_LENGTH
|
offset += MYSQL_ERROR_CHUNK_LENGTH
|
||||||
|
|
Loading…
Reference in New Issue
Block a user