[openssh-commits] [openssh] 03/07: upstream commit

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Apr 15 13:00:57 AEST 2016


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 6b8a1a87005818d4700ce8b42faef746e82c1f51
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Thu Apr 14 23:57:17 2016 +0000

    upstream commit
    
    unbreak test for recent ssh de-duplicated forwarding
     change
    
    Upstream-Regress-ID: 6b2b115d99acd7cff13986e6739ea214cf2a3da3
---
 regress/forwarding.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regress/forwarding.sh b/regress/forwarding.sh
index fb4f35a..2539db9 100644
--- a/regress/forwarding.sh
+++ b/regress/forwarding.sh
@@ -1,4 +1,4 @@
-#	$OpenBSD: forwarding.sh,v 1.15 2015/03/03 22:35:19 markus Exp $
+#	$OpenBSD: forwarding.sh,v 1.16 2016/04/14 23:57:17 djm Exp $
 #	Placed in the Public Domain.
 
 tid="local and remote forwarding"
@@ -59,7 +59,7 @@ for d in L R; do
 		    -$d ${base}01:127.0.0.1:$PORT \
 		    -$d ${base}02:127.0.0.1:$PORT \
 		    -$d ${base}03:127.0.0.1:$PORT \
-		    -$d ${base}01:127.0.0.1:$PORT \
+		    -$d ${base}01:localhost:$PORT \
 		    -$d ${base}04:127.0.0.1:$PORT \
 		    -oExitOnForwardFailure=yes somehost true
 		r=$?

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list