diff options
Diffstat (limited to 'serverloop.c')
-rw-r--r-- | serverloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serverloop.c b/serverloop.c index ae75fc2ec..24bbae322 100644 --- a/serverloop.c +++ b/serverloop.c | |||
@@ -549,7 +549,7 @@ server_request_tun(struct ssh *ssh) | |||
549 | c->datagram = 1; | 549 | c->datagram = 1; |
550 | #if defined(SSH_TUN_FILTER) | 550 | #if defined(SSH_TUN_FILTER) |
551 | if (mode == SSH_TUNMODE_POINTOPOINT) | 551 | if (mode == SSH_TUNMODE_POINTOPOINT) |
552 | channel_register_filter(c->self, sys_tun_infilter, | 552 | channel_register_filter(ssh, c->self, sys_tun_infilter, |
553 | sys_tun_outfilter, NULL, NULL); | 553 | sys_tun_outfilter, NULL, NULL); |
554 | #endif | 554 | #endif |
555 | 555 | ||