use the new DNS_R_NOTLOADED result code

This commit is contained in:
Andreas Gustafsson 1999-10-14 02:24:17 +00:00
parent e5805c0a75
commit e117f2e80e
2 changed files with 2 additions and 8 deletions

View file

@ -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;
/*

View file

@ -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;
/*