Remove my dire-warning `FIXME' in IPv4 dotted-decimal handling
[u/mdw/putty] / winnet.c
index 0f17906..7d92791 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;
     }