From e117f2e80e369de56947e9b7a3d309b467a77ee1 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 14 Oct 1999 02:24:17 +0000 Subject: [PATCH] use the new DNS_R_NOTLOADED result code --- bin/named/xfrin.c | 5 +---- lib/dns/xfrin.c | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/bin/named/xfrin.c b/bin/named/xfrin.c index 1c80c1dd64..ea094868c0 100644 --- a/bin/named/xfrin.c +++ b/bin/named/xfrin.c @@ -15,7 +15,7 @@ * SOFTWARE. */ - /* $Id: xfrin.c,v 1.14 1999/10/14 02:12:03 gson Exp $ */ + /* $Id: xfrin.c,v 1.15 1999/10/14 02:24:17 gson Exp $ */ #include @@ -66,9 +66,6 @@ if (result != DNS_R_SUCCESS) goto failure; \ } while (0) - -#define DNS_R_NOTLOADED DNS_R_NOTFOUND /* XXX temporary */ - typedef struct xfrin_ctx xfrin_ctx_t; /* diff --git a/lib/dns/xfrin.c b/lib/dns/xfrin.c index 1c80c1dd64..ea094868c0 100644 --- a/lib/dns/xfrin.c +++ b/lib/dns/xfrin.c @@ -15,7 +15,7 @@ * SOFTWARE. */ - /* $Id: xfrin.c,v 1.14 1999/10/14 02:12:03 gson Exp $ */ + /* $Id: xfrin.c,v 1.15 1999/10/14 02:24:17 gson Exp $ */ #include @@ -66,9 +66,6 @@ if (result != DNS_R_SUCCESS) goto failure; \ } while (0) - -#define DNS_R_NOTLOADED DNS_R_NOTFOUND /* XXX temporary */ - typedef struct xfrin_ctx xfrin_ctx_t; /*