cfg_obj_log(obj, logctx, ISC_LOG_ERROR, fmt, key, file, line);
isc_mem_free(mctx, key);
result = ISC_R_EXISTS;
- } else if (result != ISC_R_SUCCESS) {
- isc_mem_free(mctx, key);
}
return (result);
}
isc_mem_free(mctx, tmp);
result = tresult;
break;
- } else if (tresult != ISC_R_SUCCESS) {
- isc_mem_free(mctx, tmp);
- result = tresult;
- break;
}
elt = cfg_list_next(elt);
tresult = isc_symtab_define(
inview, tmp, 1, symvalue,
isc_symexists_replace);
- if (tresult == ISC_R_NOMEMORY) {
- isc_mem_free(mctx, tmp);
- }
if (result == ISC_R_SUCCESS &&
tresult != ISC_R_SUCCESS)
{
isc_symexists_reject);
if (result == ISC_R_EXISTS) {
isc_mem_free(mctx, p);
- } else if (result != ISC_R_SUCCESS) {
- isc_mem_free(mctx, p);
- ret = result;
- continue;
}
}
"previous definition: %s:%u",
key, file, line);
result = tresult;
- } else if (tresult != ISC_R_SUCCESS) {
- result = tresult;
} else if ((strcasecmp(key, "_bind") == 0 &&
vclass == dns_rdataclass_ch) ||
(strcasecmp(key, "_default") == 0 &&