mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-25 16:12:54 -05:00
Build fixed.
git-svn-id: file:///svn/unbound/trunk@55 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
15fd8a8e38
commit
f06fdf7806
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ create_udp_sock(struct addrinfo *addr)
|
|||
*/
|
||||
if (setsockopt(s, IPPROTO_IPV6, IPV6_USE_MIN_MTU,
|
||||
&on, sizeof(on)) < 0) {
|
||||
log_msg(LOG_ERR, "setsockopt(..., IPV6_USE_MIN_MTU, "
|
||||
log_err("setsockopt(..., IPV6_USE_MIN_MTU, "
|
||||
"...) failed: %s", strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue