mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
more helpful error message.
git-svn-id: file:///svn/unbound/trunk@3996 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
4c17395deb
commit
41fccf9fe4
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ comm_point_udp_ancil_callback(int fd, short event, void* arg)
|
||||||
(void)fd;
|
(void)fd;
|
||||||
(void)event;
|
(void)event;
|
||||||
(void)arg;
|
(void)arg;
|
||||||
fatal_exit("recvmsg: No support for IPV6_PKTINFO. "
|
fatal_exit("recvmsg: No support for IPV6_PKTINFO; IP_PKTINFO or IP_RECVDSTADDR. "
|
||||||
"Please disable interface-automatic");
|
"Please disable interface-automatic");
|
||||||
#endif /* AF_INET6 && IPV6_PKTINFO && HAVE_RECVMSG */
|
#endif /* AF_INET6 && IPV6_PKTINFO && HAVE_RECVMSG */
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue