]> andersk Git - openssh.git/blobdiff - mux.c
- djm@cvs.openbsd.org 2008/06/12 15:19:17
[openssh.git] / mux.c
diff --git a/mux.c b/mux.c
index efc3840cbbf5b509729b124b9335f51d6f2f47d2..8f7bfb79320363aee9682e3532893d789e38833c 100644 (file)
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mux.c,v 1.2 2008/06/12 03:40:52 djm Exp $ */
+/* $OpenBSD: mux.c,v 1.4 2008/06/12 15:19:17 djm Exp $ */
 /*
  * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
  *
  *   4. ExitOnForwardingFailure (after #3 obviously)
  *   5. Maybe extension mechanisms for multi-X11/multi-agent forwarding
  *   6. Document the mux mini-protocol somewhere.
- *   6. Support ~^Z in mux slaves.
+ *   7. Support ~^Z in mux slaves.
+ *   8. Inspect or control sessions in master.
+ *   9. If we ever support the "signal" channel request, send signals on
+ *      sessions in master.
  */
 
 #include <sys/types.h>
@@ -433,6 +436,7 @@ muxserver_accept_control(void)
        if (cctx->want_tty && escape_char != 0xffffffff) {
                channel_register_filter(c->self,
                    client_simple_escape_filter, NULL,
+                   client_filter_cleanup,
                    client_new_escape_filter_ctx((int)escape_char));
        }
 
This page took 0.037697 seconds and 4 git commands to generate.