]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Made netbsd sendmsg test nonfatal, in case of false positives.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 27 Jan 2016 07:44:47 +0000 (07:44 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 27 Jan 2016 07:44:47 +0000 (07:44 +0000)
git-svn-id: file:///svn/unbound/trunk@3610 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
util/netevent.c

index 4f648eaf93774a17b6c06cd0d2a2d55e1fa9c6fb..8f62033d21692e832a4ff61b5371c963148a4138 100644 (file)
@@ -1,3 +1,6 @@
+27 January 2016: Wouter
+       - Made netbsd sendmsg test nonfatal, in case of false positives.
+
 26 January 2016: Wouter
        - Fix #734: chown the pidfile if it resides inside the chroot.
        - Use arc4random instead of random in tests (because it is
index f198b8bc4308a678ba3eb9bbfcc132ed0072014d..d7ab218aaf3744555768530d7870bf537778041a 100644 (file)
@@ -562,7 +562,7 @@ comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet,
 #ifdef __NetBSD__
                /* netbsd 7 has IP_PKTINFO for recv but not send */
                if(errno == EINVAL && r->srctype == 4)
-                       fatal_exit("sendmsg: No support for sendmsg(IP_PKTINFO). "
+                       log_err("sendmsg: No support for sendmsg(IP_PKTINFO). "
                                "Please disable interface-automatic");
 #endif
                return 0;