diff options
author | jcid <devnull@localhost> | 2007-11-05 21:25:14 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-05 21:25:14 +0100 |
commit | b64b3f3fedeb6cc80b864950c08730485407d170 (patch) | |
tree | 5c7be7ed6c29d0988546521382b2d3cdcaaacba5 /src/dns.c | |
parent | 45f99d0c208a23a296a6e6e70bc1919c431fd008 (diff) |
Updated copyright lines
Diffstat (limited to 'src/dns.c')
-rw-r--r-- | src/dns.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ /* * File: dns.c * - * Copyright (C) 1999-2006 Jorge Arellano Cid <jcid@dillo.org> + * Copyright (C) 1999-2007 Jorge Arellano Cid <jcid@dillo.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -291,8 +291,8 @@ static void *Dns_server(void *data) MSG("DNS error: TRY_AGAIN\n"); else if (error == EAI_NODATA) MSG("DNS error: NO_ADDRESS\n"); - else if (h_errno == EAI_FAIL) - MSG("DNS error: NO_RECOVERY\n"); + else if (h_errno == EAI_FAIL) + MSG("DNS error: NO_RECOVERY\n"); } else { Dns_note_hosts(hosts, res0); dns_server[channel].status = 0; |