fix comment.

This commit is contained in:
Hajimu UMEMOTO 2003-10-26 10:30:17 +00:00
parent ffbfc256fc
commit 36a8118753
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121568

View File

@ -307,7 +307,7 @@ sock6_open(struct flags *flags
on = 1;
if (setsockopt(s6, IPPROTO_IPV6, IPV6_RECVPKTINFO, &on,
sizeof(on)) < 0) {
syslog(LOG_ERR, "<%s> IPV6_PKTINFO: %s",
syslog(LOG_ERR, "<%s> IPV6_RECVPKTINFO: %s",
__FUNCTION__, strerror(errno));
exit(1);
}