Do the KAME embedded scope fixup in the two places where getifaddrs() is
authorclaudio <claudio@openbsd.org>
Tue, 19 Jan 2021 09:16:20 +0000 (09:16 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 19 Jan 2021 09:16:20 +0000 (09:16 +0000)
commitad3800687d86094b0803fabaf527a6fb0e6e2394
tree93de6cc503a491f0c9d34b7696be9774e91b2719
parent6e0d8980d93894cf98e474bca665f37a29049ed5
Do the KAME embedded scope fixup in the two places where getifaddrs() is
used. With this there should be no more embedded scopes left and therefor
in6addr_to_text() can be removed. getnameinfo() will just do the right
thing now.
OK eric@
usr.sbin/smtpd/config.c
usr.sbin/smtpd/parse.y
usr.sbin/smtpd/smtpd.h
usr.sbin/smtpd/to.c