From a79f12ba46ea32afc1073b898cd092ace6851c12 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 15 Nov 2001 00:53:05 +0000 Subject: [PATCH] remove NO_ADDRESS, not NO_DATA --- lib/bind9/getaddresses.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bind9/getaddresses.c b/lib/bind9/getaddresses.c index 6075c1eed9..8d037ead27 100644 --- a/lib/bind9/getaddresses.c +++ b/lib/bind9/getaddresses.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: getaddresses.c,v 1.3 2001/11/15 00:51:10 gson Exp $ */ +/* $Id: getaddresses.c,v 1.4 2001/11/15 00:53:05 gson Exp $ */ #include #include @@ -127,7 +127,7 @@ bind9_getaddresses(const char *hostname, in_port_t port, if (he == NULL) { switch (h_errno) { case HOST_NOT_FOUND: - case NO_ADDRESS: + case NO_DATA: return (ISC_R_NOTFOUND); default: return (ISC_R_FAILURE);