* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: resolver.c,v 1.215 2001/04/11 20:37:44 bwelling Exp $ */
+/* $Id: resolver.c,v 1.216 2001/05/29 23:07:28 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(fctx->cache, name, ISC_TRUE, &node);
if (result != ISC_R_SUCCESS)
goto unlock;
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: lwres_gabn.c,v 1.26 2001/01/09 21:59:30 bwelling Exp $ */
+/* $Id: lwres_gabn.c,v 1.27 2001/05/29 23:02:52 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) {