Report information
The Basics
Id:
44302
Status:
resolved
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
9.12.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
(no value)
Severity:
(no value)
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
(no value)

Dates
Created:Thu, 12 Jan 2017 04:04:01 -0500
Updated:Mon, 26 Jun 2017 20:37:41 -0400
Closed:Thu, 12 Jan 2017 12:25:41 -0500



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

CC: dot@dotat.at
Subject: [PATCH] Fix build failure with dnstap
Date: Thu, 12 Jan 2017 09:03:55 +0000
To: bind9-bugs@isc.org
From: "Tony Finch" <dot@dotat.at>
--- lib/dns/include/dns/dnstap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/include/dns/dnstap.h b/lib/dns/include/dns/dnstap.h index f6b5def..e895378 100644 --- a/lib/dns/include/dns/dnstap.h +++ b/lib/dns/include/dns/dnstap.h @@ -235,7 +235,7 @@ dns_dt_shutdown(void); void dns_dt_send(dns_view_t *view, dns_dtmsgtype_t msgtype, - const isc_sockaddr_t *sa, isc_boolean_t tcp, isc_region_t *zone, + isc_sockaddr_t *sa, isc_boolean_t tcp, isc_region_t *zone, isc_time_t *qtime, isc_time_t *rtime, isc_buffer_t *buf); /*%< * Sends a dnstap message to the log, if 'msgtype' is one of the message -- 2.10.1.445.g3cdd5d1