* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: resolver.c,v 1.187.2.9 2001/03/20 23:49:36 bwelling Exp $ */
+/* $Id: resolver.c,v 1.187.2.10 2001/05/29 23:07:33 bwelling Exp $ */
#include <config.h>
secure_domain = ISC_FALSE;
eresult = ISC_R_SUCCESS;
name = &fctx->name;
+ node = NULL;
/*
* Is DNSSEC validation required for this name?
} else
event = NULL;
- node = NULL;
result = dns_db_findnode(res->view->cachedb, name, ISC_TRUE,
&node);
if (result != ISC_R_SUCCESS)
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: lwres_gabn.c,v 1.25.4.1 2001/01/09 22:52:27 bwelling Exp $ */
+/* $Id: lwres_gabn.c,v 1.25.4.2 2001/05/29 23:02:57 bwelling Exp $ */
#include <config.h>
gabn->naliases = naliases;
gabn->naddrs = naddrs;
+ LWRES_LIST_INIT(addrlist);
+
if (naliases > 0) {
gabn->aliases = CTXMALLOC(sizeof(char *) * naliases);
if (gabn->aliases == NULL) {
}
}
- LWRES_LIST_INIT(addrlist);
for (x = 0 ; x < naddrs ; x++) {
addr = CTXMALLOC(sizeof(lwres_addr_t));
if (addr == NULL) {