previous pullup used undefined macro XFROUT_RR_LOGLEVEL

This commit is contained in:
Andreas Gustafsson
2000-08-22 19:59:44 +00:00
parent a98af15e53
commit 77db6d5ca4

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: xfrout.c,v 1.68.2.2 2000/08/22 01:45:11 bwelling Exp $ */
/* $Id: xfrout.c,v 1.68.2.3 2000/08/22 19:59:44 gson Exp $ */
#include <config.h>
@@ -1315,8 +1315,8 @@ sendstream(xfrout_ctx_t *xfr) {
break;
}
if (isc_log_wouldlog(ns_g_lctx, XFROUT_RR_LOGLEVEL))
log_rr(name, rdata, ttl); /* XXX */
if (isc_log_wouldlog(ns_g_lctx, ISC_LOG_DEBUG(8)))
log_rr(name, rdata, ttl);
dns_message_gettempname(msg, &msgname);
dns_name_init(msgname, NULL);