2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Log a message when dns_rdata_fromtext() fails.

This commit is contained in:
Brian Wellington
2001-01-05 01:02:47 +00:00
parent 7357590bee
commit f135697100

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: master.c,v 1.90 2001/01/04 23:43:53 marka Exp $ */
/* $Id: master.c,v 1.91 2001/01/05 01:02:47 bwelling Exp $ */
#include <config.h>
@@ -1287,7 +1287,7 @@ load(dns_loadctx_t **ctxp) {
ctx->lex, ctx->origin, ISC_FALSE, ctx->mctx,
&target, callbacks);
if (result != ISC_R_SUCCESS)
goto insist_and_cleanup;
goto log_and_cleanup;
if (type == dns_rdatatype_sig)
covers = dns_rdata_covers(&rdata[rdcount]);
else