From 4300a02343b1b9aa47b6e1576fcc6675e806f9fb Mon Sep 17 00:00:00 2001 From: vieira Date: Mon, 6 Nov 2017 01:20:16 +0000 Subject: [PATCH] Remove unused variable 'timeout' --- sshuttle/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshuttle/client.py b/sshuttle/client.py index b5f46b4..ff0476e 100644 --- a/sshuttle/client.py +++ b/sshuttle/client.py @@ -389,7 +389,7 @@ def onaccept_udp(listener, method, mux, handlers): srcip, dstip, data = t debug1('Accept UDP: %r -> %r.\n' % (srcip, dstip,)) if srcip in udp_by_src: - chan, timeout = udp_by_src[srcip] + chan, _ = udp_by_src[srcip] else: chan = mux.next_channel() mux.channels[chan] = lambda cmd, data: udp_done(