CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/10 07:19:25
Modified files:
sys/netinet : igmp.c
Log message:
move the guts of igmp_input into a igmp_input_if function and call
it with the reference from if_get held so we can if_put it easly
after the guts have run.
ok claudio@
