From 87ed061f90abf8345837bd928a11d417df958c86 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 28 Apr 2001 11:24:45 +0000 Subject: [PATCH] Remove my dire-warning `FIXME' in IPv4 dotted-decimal handling because Jeroen points out that it's perfectly OK the way it is :-) git-svn-id: svn://svn.tartarus.org/sgt/putty@1080 cda61777-01e9-0310-a592-d414129be87e --- winnet.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/winnet.c b/winnet.c index 0f17906e..7d927917 100644 --- a/winnet.c +++ b/winnet.c @@ -287,10 +287,10 @@ SockAddr sk_namelookup(char *host, char **canonicalname) } else { - /* - * Hack inserted to deal with problems with numeric IPs. - * FIXME: how will this work in IPv6? - */ + /* + * This must be a numeric IPv4 address because it caused a + * success return from inet_addr. + */ ret->family = AF_INET; *canonicalname = host; } -- 2.11.0