--- ./src/dns.c~ 2005-01-16 01:04:06.000000000 +0900 +++ ./src/dns.c 2007-03-06 16:10:59.000000000 +0900 @@ -113,7 +113,8 @@ lookup_host_addrinfo(struct addrinfo **res, const char *host, int port) { struct addrinfo hints; - char ascport[10] = "whois"; + /*char ascport[10] = "whois";*/ + char ascport[] = "nicname"; int error; memset(&hints, 0, sizeof(hints));