summaryrefslogtreecommitdiff
path: root/serverloop.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 05:09:18 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 05:09:18 +1000
commit1cf65ae61d1148cb031798657ac514a479c78382 (patch)
tree5eef06a56e0355e77d2f9ae92f99f566b9d4f5e7 /serverloop.c
parentf6b01b758f4003a5cc59cf6a27afdc5123eb4fc4 (diff)
downloadopenssh-git-1cf65ae61d1148cb031798657ac514a479c78382.tar.gz
- (dtucker) [clientloop.c serverloop.c] channel_register_filter now
takes 2 more args. with djm@
Diffstat (limited to 'serverloop.c')
-rw-r--r--serverloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverloop.c b/serverloop.c
index 76d76bab..ab4bf84a 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -998,7 +998,7 @@ server_request_tun(void)
#if defined(SSH_TUN_FILTER)
if (mode == SSH_TUNMODE_POINTOPOINT)
channel_register_filter(c->self, sys_tun_infilter,
- sys_tun_outfilter);
+ sys_tun_outfilter, NULL, NULL);
#endif
done: