Commit c42b6a2f c42b6a2ffbe9bfb22c40bcf3d070a9203cc247d4 by Sergey Poznyakoff

Removed confusing comment

1 parent 475ffe58
......@@ -102,7 +102,6 @@ netdef_parse (char *str)
return NULL;
netmask = 0xfffffffful >> (32-len);
netmask <<= (32-len);
/*FIXME: hostorder?*/
}
else
netmask = inet_network (ipbuf);
......