The following reply was made to PR bin/171882; it has been noted by GNATS. From: "HIROSHI OOTA" <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: bin/171882: incorrect port fowarding with server allocated port Date: Sun, 23 Sep 2012 23:00:00 +0900
I tested under newest source. but it does not run correctly. The flags for datafellows is conflicted. Index: /usr/src/crypto/openssh/compat.h =================================================================== --- /usr/src/crypto/openssh/compat.h (revision 240847) +++ /usr/src/crypto/openssh/compat.h (working copy) @@ -60,7 +60,7 @@ #define SSH_BUG_RFWD_ADDR 0x02000000 #define SSH_NEW_OPENSSH 0x04000000 #define SSH_BUG_DYNAMIC_RPORT 0x08000000 -#define SSH_BUG_LARGEWINDOW 0x08000000 +#define SSH_BUG_LARGEWINDOW 0x10000000 void enable_compat13(void); void enable_compat20(void); _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
