mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor bug fix
This commit is contained in:
parent
87db5d0dab
commit
5d068896a9
|
@ -57,7 +57,7 @@ class Takeover(GenericTakeover):
|
||||||
|
|
||||||
break
|
break
|
||||||
|
|
||||||
if addrs is None:
|
if not addrs:
|
||||||
errMsg = "sqlmap can not exploit the stored procedure buffer "
|
errMsg = "sqlmap can not exploit the stored procedure buffer "
|
||||||
errMsg += "overflow because it does not have a valid return "
|
errMsg += "overflow because it does not have a valid return "
|
||||||
errMsg += "code for the underlying operating system (Windows "
|
errMsg += "code for the underlying operating system (Windows "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user