- (dtucker) [clientloop.c serverloop.c]  channel_register_filter now
    takes 2 more args.  with djm@
diff --git a/serverloop.c b/serverloop.c
index 76d76ba..ab4bf84 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -998,7 +998,7 @@
 #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: