]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Remove my dire-warning `FIXME' in IPv4 dotted-decimal handling
authorSimon Tatham <anakin@pobox.com>
Sat, 28 Apr 2001 11:24:45 +0000 (11:24 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 28 Apr 2001 11:24:45 +0000 (11:24 +0000)
because Jeroen points out that it's perfectly OK the way it is :-)

git-svn-id: http://svn.tartarus.org/sgt/putty@1080 cda61777-01e9-0310-a592-d414129be87e

winnet.c

index 0f17906e9ba73b8e93c1fce264040718325f3940..7d92791737fb063c4ccbfaee97328e722dddeb82 100644 (file)
--- 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;
     }