mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-01 14:44:44 +02:00
Oops, broke --noserver mode at some point.
This commit is contained in:
parent
8173925bcd
commit
7bd0efd57b
@ -138,8 +138,9 @@ def _main(listener, ipt, use_server, remotename):
|
|||||||
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):
|
||||||
|
Loading…
Reference in New Issue
Block a user