mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
Minor fix
This commit is contained in:
parent
763b72a3ed
commit
376037123b
1 changed files with 1 additions and 1 deletions
|
|
@ -1051,7 +1051,7 @@ def _setSocketPreConnect():
|
|||
if not found:
|
||||
self._connect(address)
|
||||
|
||||
if not hasattr(socket, "_connect"):
|
||||
if not hasattr(socket.socket, "_connect"):
|
||||
socket._ready = {}
|
||||
socket.socket._connect = socket.socket.connect
|
||||
socket.socket.connect = connect
|
||||
|
|
|
|||
Loading…
Reference in a new issue