summaryrefslogtreecommitdiff
path: root/mux.c
diff options
context:
space:
mode:
authordjm <djm>2010-10-21 04:21:11 +0000
committerdjm <djm>2010-10-21 04:21:11 +0000
commitaeaaf4d24ada56e79acacd23222668de22af21ce (patch)
treec5bb3ac48cf816ecc24f558fd1f1a36776e7fe0f /mux.c
parentdbbbb9a61579ade0a6db61cc95c28354d7697b4c (diff)
downloadopenssh-aeaaf4d24ada56e79acacd23222668de22af21ce.tar.gz
- OpenBSD CVS Sync
- dtucker@cvs.openbsd.org 2010/10/12 02:22:24 [mux.c] Typo in confirmation message. bz#1827, patch from imorgan at nas nasa gov
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 c010b614..f1f7e6b1 100644
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mux.c,v 1.22 2010/09/20 07:19:27 djm Exp $ */
+/* $OpenBSD: mux.c,v 1.23 2010/10/12 02:22:24 dtucker Exp $ */
/*
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
*
@@ -879,7 +879,7 @@ process_mux_stdio_fwd(u_int rid, Channel *c, Buffer *m, Buffer *r)
if (options.control_master == SSHCTL_MASTER_ASK ||
options.control_master == SSHCTL_MASTER_AUTO_ASK) {
- if (!ask_permission("Allow forward to to %s:%u? ",
+ if (!ask_permission("Allow forward to %s:%u? ",
chost, cport)) {
debug2("%s: stdio fwd refused by user", __func__);
/* prepare reply */