mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 09:49:06 +00:00
Minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user