From: Wouter Wijngaards Date: Wed, 8 Feb 2017 13:55:28 +0000 (+0000) Subject: - Fix for type name change and fix warning on windows compile. X-Git-Tag: release-1.6.1rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6a54f732eb2747379a520ac4455503db5182391;p=thirdparty%2Funbound.git - Fix for type name change and fix warning on windows compile. git-svn-id: file:///svn/unbound/trunk@4002 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 9831607ec..31a885d29 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +8 February 2017: Wouter + - Fix for type name change and fix warning on windows compile. + 7 February 2017: Wouter - Include root trust anchor id 20326 in unbound-anchor. diff --git a/services/listen_dnsport.c b/services/listen_dnsport.c index daedaa194..0132ce45f 100644 --- a/services/listen_dnsport.c +++ b/services/listen_dnsport.c @@ -869,6 +869,7 @@ err: } #endif #else + (void)use_systemd; (void)path; log_err("Local sockets are not supported"); *noproto = 1;