mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 16:03:57 +01:00
Pass correct method back from firewall.
Don't pass auto back.
This commit is contained in:
parent
9944b97629
commit
c1083e983f
@ -95,8 +95,8 @@ def main(method_name, syslog):
|
||||
ssyslog.start_syslog()
|
||||
ssyslog.stderr_to_syslog()
|
||||
|
||||
debug1('firewall manager ready method name %s.\n' % method_name)
|
||||
stdout.write('READY %s\n' % method_name)
|
||||
debug1('firewall manager ready method name %s.\n' % method.name)
|
||||
stdout.write('READY %s\n' % method.name)
|
||||
stdout.flush()
|
||||
|
||||
# we wait until we get some input before creating the rules. That way,
|
||||
|
Loading…
Reference in New Issue
Block a user