Stuart Henderson [st...@openbsd.org] wrote: > When I added code to use whois.nic.XX for new TLDs I forgot to think > about one case, where the TLD is a substring of one of the "traditional" > TLDs who have to use the old whois-servers.net method. Specifically, > trying to lookup a .network name will incorrectly try to use > network.whois-servers.net - strncasecmp was the wrong decision, > so this diff switches to strcasecmp instead to fix. They're all > null-terminated strings. >
Makes perfect sense ok chris@