mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 06:49:58 -04:00
use the new DNS_R_NOTLOADED result code
This commit is contained in:
parent
e5805c0a75
commit
e117f2e80e
2 changed files with 2 additions and 8 deletions
|
|
@ -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 <config.h>
|
||||
|
||||
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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 <config.h>
|
||||
|
||||
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue