Skip to content

Commit bdad253

Browse files
committed
fix mistake
1 parent 49c55f6 commit bdad253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firewall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def do_wait():
470470

471471
def pfctl(args, stdin = None):
472472
argv = ['pfctl'] + list(args.split(" "))
473-
debug1('>> %s' % ' '.join(argv), stdin)
473+
debug1('>> %s' % ' '.join(argv))
474474

475475
p = ssubprocess.Popen(argv, stdin = ssubprocess.PIPE,
476476
stdout = ssubprocess.PIPE,

0 commit comments

Comments
 (0)