summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvery Pennarun <apenwarr@gmail.com>2011-01-26 11:26:35 -0800
committerAvery Pennarun <apenwarr@gmail.com>2011-01-26 11:26:35 -0800
commitf2297066e7e56b307dd6a0c36c05b1f6a8e8fd6a (patch)
treebb14bec635b44827e47726059d834a72a266ec2d
parent0bf0351d9becae3da9379c335b0e71094cde2760 (diff)
Oops, left in a junk option that causes a crash without --dns.sshuttle-0.50a
-rw-r--r--client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.py b/client.py
index 0835cbe..1ade5d9 100644
--- a/client.py
+++ b/client.py
@@ -365,7 +365,6 @@ def main(listenip, ssh_cmd, remotename, python, latency_control, dns,
else:
dnsport = 0
dnslistener = None
- dnslistener.bind((listenip[0], 0))
fw = FirewallClient(listenip[1], subnets_include, subnets_exclude, dnsport)