Commit a9ee49fb authored by Jondy Zhao's avatar Jondy Zhao

Merge branch 'master' into cygwin

parents d19b3a61 e3874b09
......@@ -481,6 +481,6 @@ class TunnelManager(object):
for x in (self._connection_dict, self._served)
for x in x)
try:
self.sock.sendto(''.join(msg), address)
self.sock.sendto(''.join(msg), address[:2])
except socket.error, e:
pass
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment