Skip to content

Commit

Permalink
Oops, broke --noserver mode at some point.
Browse files Browse the repository at this point in the history
  • Loading branch information
apenwarr committed May 4, 2010
1 parent 8173925 commit 7bd0efd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client.py
Expand Up @@ -138,8 +138,9 @@ def onaccept():
for s in handlers: for s in handlers:
if s.socks & ready: if s.socks & ready:
s.callback() s.callback()
mux.callback() if use_server:
mux.check_fullness() mux.callback()
mux.check_fullness()




def main(listenip, use_server, remotename, subnets): def main(listenip, use_server, remotename, subnets):
Expand Down

0 comments on commit 7bd0efd

Please sign in to comment.