mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor patch
This commit is contained in:
parent
c6c5a937f9
commit
c34eaa1ce8
1 changed files with 2 additions and 2 deletions
|
|
@ -1037,10 +1037,10 @@ def _setSocketPreConnect():
|
|||
s._connect(address)
|
||||
with kb.locks.socket:
|
||||
socket._ready[key].append(s._sock)
|
||||
except socket.error:
|
||||
pass
|
||||
except KeyboardInterrupt:
|
||||
break
|
||||
except:
|
||||
pass
|
||||
finally:
|
||||
time.sleep(0.01)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue