mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-21 01:38:48 +02:00
fix mistake
This commit is contained in:
parent
49c55f6825
commit
bdad253ef5
@ -470,7 +470,7 @@ def do_ipfw(port, dnsport, family, subnets, udp):
|
|||||||
|
|
||||||
def pfctl(args, stdin = None):
|
def pfctl(args, stdin = None):
|
||||||
argv = ['pfctl'] + list(args.split(" "))
|
argv = ['pfctl'] + list(args.split(" "))
|
||||||
debug1('>> %s' % ' '.join(argv), stdin)
|
debug1('>> %s' % ' '.join(argv))
|
||||||
|
|
||||||
p = ssubprocess.Popen(argv, stdin = ssubprocess.PIPE,
|
p = ssubprocess.Popen(argv, stdin = ssubprocess.PIPE,
|
||||||
stdout = ssubprocess.PIPE,
|
stdout = ssubprocess.PIPE,
|
||||||
|
Loading…
Reference in New Issue
Block a user