CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/19 02:04:13
Modified files:
usr.sbin/lpr/common_source: common.c
Log message:
Fix the embedded scope hack. They way this was written is buggy since the
else does not skip enough of the original code. Instead use a temporary
sockaddr pointer and adjust it to point to the sin6 one if an embedded
scope was detected.
OK jca@
