CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/23 13:09:37
Modified files:
sys/netinet : ip_mroute.c
Log message:
Remove global variable from multicast routing.
Global variable struct sockaddr_in sin is used to pre-initialize
length and family. Changing sin_addr dynamically does not work in
a multiprocessor environment. Allocate and initialize sin on the
stack.
OK claudio@
