Mercurial > ecos
diff packages/net/ns/dns/current/src/dns.c @ 1691:c81db0785971
* src/dns.c (cyg_dns_getaddrinfo): Typo spotted by Andy Jackson.
| author | asl |
|---|---|
| date | Tue, 13 Jul 2004 07:18:35 +0000 |
| parents | edfa7bed5cb2 |
| children | f7cb1caf8d2a |
line wrap: on
line diff
--- a/packages/net/ns/dns/current/src/dns.c +++ b/packages/net/ns/dns/current/src/dns.c @@ -588,7 +588,7 @@ cyg_dns_getaddrinfo(const char * hostnam /* Has the socket to the DNS server been opened? */ if (s < 0) { - CYG_REPORT_RETVAL( -EIA_FAIL ); + CYG_REPORT_RETVAL( -EAI_FAIL ); return -EAI_FAIL; }
