]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix for type name change and fix warning on windows compile.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 8 Feb 2017 13:55:28 +0000 (13:55 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 8 Feb 2017 13:55:28 +0000 (13:55 +0000)
git-svn-id: file:///svn/unbound/trunk@4002 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
services/listen_dnsport.c

index 9831607ec696026a6da93c967cf38de15ee83d5d..31a885d294c5253021cac16d646073f74084f21e 100644 (file)
@@ -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.
 
index daedaa1944f5dd3f2b39a80d72b20f6977b09581..0132ce45f7818e92cc1044c83057381f165d5833 100644 (file)
@@ -869,6 +869,7 @@ err:
        }
 #endif
 #else
+       (void)use_systemd;
        (void)path;
        log_err("Local sockets are not supported");
        *noproto = 1;