This doesn't really matter, but whatever

This commit is contained in:
Jeff Forcier 2014-03-07 12:44:23 -08:00
parent 055c4a0fe1
commit 4c601eb95c
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ class Transport (threading.Thread):
if port == 0: if port == 0:
port = response.get_int() port = response.get_int()
if handler is None: if handler is None:
def default_handler(channel, src_addr, dest_addr): def default_handler(channel, src_addr, dest_addr_port):
#src_addr, src_port = src_addr_port #src_addr, src_port = src_addr_port
#dest_addr, dest_port = dest_addr_port #dest_addr, dest_port = dest_addr_port
self._queue_incoming_channel(channel) self._queue_incoming_channel(channel)