Oops, broke --noserver mode at some point.

This commit is contained in:
Avery Pennarun 2010-05-04 18:28:31 -04:00
parent 8173925bcd
commit 7bd0efd57b

View File

@ -138,8 +138,9 @@ def _main(listener, ipt, use_server, remotename):
for s in handlers:
if s.socks & ready:
s.callback()
mux.callback()
mux.check_fullness()
if use_server:
mux.callback()
mux.check_fullness()
def main(listenip, use_server, remotename, subnets):