summaryrefslogtreecommitdiff
path: root/mux.c
diff options
context:
space:
mode:
authordjm <djm>2013-04-23 09:25:49 +0000
committerdjm <djm>2013-04-23 09:25:49 +0000
commit8fa8f65ea133abe1cc24b2b60c64f1de55a014c6 (patch)
treeb2355cfc7aac6e6aaf5fb2fc33cd59cae435db8c /mux.c
parentba4621d9d18b5c6c224901a64554783696f5ee82 (diff)
downloadopenssh-8fa8f65ea133abe1cc24b2b60c64f1de55a014c6.tar.gz
- 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 9f458c4c..a6bcbbac 100644
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mux.c,v 1.39 2013/04/05 00:58:51 djm Exp $ */
+/* $OpenBSD: mux.c,v 1.40 2013/04/22 01:17:18 dtucker Exp $ */
/*
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
*
@@ -1101,7 +1101,7 @@ mux_exit_message(Channel *c, int exitval)
Buffer m;
Channel *mux_chan;
- debug3("%s: channel %d: exit message, evitval %d", __func__, c->self,
+ debug3("%s: channel %d: exit message, exitval %d", __func__, c->self,
exitval);
if ((mux_chan = channel_by_id(c->ctl_chan)) == NULL)