From: JINMEI Tatuya Date: Mon, 13 Jun 2022 23:25:40 +0000 (-0700) Subject: corrected the opcode param to opcode_totext X-Git-Tag: v9.19.3~55^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b81a696593bdc406f0cadf2ec930118a86bf92c;p=thirdparty%2Fbind9.git corrected the opcode param to opcode_totext --- diff --git a/lib/dns/zone.c b/lib/dns/zone.c index f9a75884421..440ce51f9ac 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -13210,7 +13210,7 @@ stub_glue_response_cb(isc_task_t *task, isc_event_t *event) { isc_buffer_t rb; isc_buffer_init(&rb, opcode, sizeof(opcode)); - (void)dns_opcode_totext(msg->rcode, &rb); + (void)dns_opcode_totext(msg->opcode, &rb); dns_zone_log(zone, ISC_LOG_INFO, "refreshing stub: "