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