]> 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 f5e68f65312007e5e2b0328df01e28b9e68d2c86..8f7bfb79320363aee9682e3532893d789e38833c 100644 (file)
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mux.c,v 1.3 2008/06/12 05:32:30 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>
  *
@@ -436,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.048316 seconds and 4 git commands to generate.