mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
"whois" -> "nicname"
svn path=/trunk/; revision=39220
This commit is contained in:
parent
9d23dc93bf
commit
b0bff7e4d7
1 changed files with 2 additions and 2 deletions
|
@ -130,9 +130,9 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
memcpy((char *)&sin.sin_addr, hp->h_addr, hp->h_length);
|
memcpy((char *)&sin.sin_addr, hp->h_addr, hp->h_length);
|
||||||
sp = getservbyname("whois", "tcp");
|
sp = getservbyname("nicname", "tcp");
|
||||||
if (sp == NULL) {
|
if (sp == NULL) {
|
||||||
(void)fprintf(stderr, "whois: whois/tcp: unknown service\n");
|
(void)fprintf(stderr, "whois: nicname/tcp: unknown service\n");
|
||||||
cleanup(1);
|
cleanup(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue