diff --git a/lib/dns/config/conflog.c b/lib/dns/config/conflog.c index bd16cae2c6..ea7f267e2d 100644 --- a/lib/dns/config/conflog.c +++ b/lib/dns/config/conflog.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: conflog.c,v 1.14 2000/05/08 14:35:29 tale Exp $ */ +/* $Id: conflog.c,v 1.15 2000/05/08 18:42:38 brister Exp $ */ #include @@ -162,6 +162,8 @@ dns_c_logginglist_copy(isc_mem_t *mem, logcat = ISC_LIST_NEXT(logcat, next); } + *dest = newl; + return (ISC_R_SUCCESS); } @@ -1161,6 +1163,8 @@ dns_c_logcat_copy(isc_mem_t *mem, dns_c_logcat_t **dest, dns_c_logcat_t *src) { } } + *dest = newc; + return (ISC_R_SUCCESS); }