diff options
author | djm <djm> | 2010-10-21 04:21:11 +0000 |
---|---|---|
committer | djm <djm> | 2010-10-21 04:21:11 +0000 |
commit | aeaaf4d24ada56e79acacd23222668de22af21ce (patch) | |
tree | c5bb3ac48cf816ecc24f558fd1f1a36776e7fe0f /mux.c | |
parent | dbbbb9a61579ade0a6db61cc95c28354d7697b4c (diff) | |
download | openssh-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |