Mercurial > nand-ecoscentric
changeset 1692:f7cb1caf8d2a
* src/dns.c (cyg_dns_getnameinfo): And another typo
| author | asl |
|---|---|
| date | Tue, 13 Jul 2004 20:59:54 +0000 |
| parents | c81db0785971 |
| children | 9f18943c887e |
| files | packages/net/ns/dns/current/ChangeLog packages/net/ns/dns/current/src/dns.c |
| diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/ns/dns/current/ChangeLog +++ b/packages/net/ns/dns/current/ChangeLog @@ -1,6 +1,7 @@ 2004-07-13 Andrew Lunn <andrew.lunn@ascom.ch> * src/dns.c (cyg_dns_getaddrinfo): Typo spotted by Andy Jackson. + * src/dns.c (cyg_dns_getnameinfo): And another typo 2003-09-04 Andrew Lunn <andrew.lunn@ascom.ch>
--- a/packages/net/ns/dns/current/src/dns.c +++ b/packages/net/ns/dns/current/src/dns.c @@ -656,7 +656,7 @@ cyg_dns_getnameinfo(const struct sockadd /* 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; }
