summaryrefslogtreecommitdiff
path: root/mux.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-04-23 19:25:49 +1000
committerDamien Miller <djm@mindrot.org>2013-04-23 19:25:49 +1000
commitbc02f163f6e882d390abfb925b47b41e13ae523b (patch)
tree3b736ee850427d8148d6f35e2bff68f9aa3e3bc8 /mux.c
parentf8b894e31dc3530c7eb6d0a378848260d54f74c4 (diff)
- dtucker@cvs.openbsd.org 2013/04/22 01:17:18
[mux.c] typo in debug output: evitval->exitval
Diffstat (limited to 'mux.c')
-rw-r--r--mux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mux.c b/mux.c
index 9f458c4cf..a6bcbbaca 100644
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: mux.c,v 1.39 2013/04/05 00:58:51 djm Exp $ */ 1/* $OpenBSD: mux.c,v 1.40 2013/04/22 01:17:18 dtucker Exp $ */
2/* 2/*
3 * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -1101,7 +1101,7 @@ mux_exit_message(Channel *c, int exitval)
1101 Buffer m; 1101 Buffer m;
1102 Channel *mux_chan; 1102 Channel *mux_chan;
1103 1103
1104 debug3("%s: channel %d: exit message, evitval %d", __func__, c->self, 1104 debug3("%s: channel %d: exit message, exitval %d", __func__, c->self,
1105 exitval); 1105 exitval);
1106 1106
1107 if ((mux_chan = channel_by_id(c->ctl_chan)) == NULL) 1107 if ((mux_chan = channel_by_id(c->ctl_chan)) == NULL)