]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Reinstate a piece of code accidentally removed in r9214, where Windows
authorSimon Tatham <anakin@pobox.com>
Sun, 4 Aug 2013 19:32:10 +0000 (19:32 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 4 Aug 2013 19:32:10 +0000 (19:32 +0000)
commitba49faec3dc75ad1f2d3fa2865c15c628f71a7eb
tree97b96c9b6197866f53bf7c73067b28a47cc0eef0
parentfd266a3ceca7242839986b2deb003438fabbaf92
Reinstate a piece of code accidentally removed in r9214, where Windows
PuTTY does not trim a colon suffix off the hostname if it contains
_more than one_ colon. This allows IPv6 literals to be entered.

(Really we need to do a much bigger revamp of all uses of hostnames to
arrange that square-bracketed IPv6 literals work consistently, but
this at least removes a regression over 0.62.)

[originally from svn r9983]
[r9214 == a1f3b7a358adaa7c2a98359cd0373aa823eeb14b]
windows/window.c