mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-22 14:41:52 +00:00
Minor bug fix
This commit is contained in:
parent
87db5d0dab
commit
5d068896a9
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class Takeover(GenericTakeover):
|
|||
|
||||
break
|
||||
|
||||
if addrs is None:
|
||||
if not addrs:
|
||||
errMsg = "sqlmap can not exploit the stored procedure buffer "
|
||||
errMsg += "overflow because it does not have a valid return "
|
||||
errMsg += "code for the underlying operating system (Windows "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue