aboutsummaryrefslogtreecommitdiff
path: root/src/dns.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-11-05 21:25:14 +0100
committerjcid <devnull@localhost>2007-11-05 21:25:14 +0100
commitb64b3f3fedeb6cc80b864950c08730485407d170 (patch)
tree5c7be7ed6c29d0988546521382b2d3cdcaaacba5 /src/dns.c
parent45f99d0c208a23a296a6e6e70bc1919c431fd008 (diff)
Updated copyright lines
Diffstat (limited to 'src/dns.c')
-rw-r--r--src/dns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dns.c b/src/dns.c
index de91b6de..4bbaa296 100644
--- a/src/dns.c
+++ b/src/dns.c
@@ -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;