mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
From Bill Fenner:
> Also, I don't remember if I sent you this; it affects PIM assert processing. Submitted by: Bill Fenner <fenner@parc.xerox.com>
This commit is contained in:
parent
fba14c2e49
commit
524743b0fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9334
@ -9,6 +9,7 @@
|
||||
* Modified by Bill Fenner, PARC, April 1995
|
||||
*
|
||||
* MROUTING Revision: 3.5
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
@ -1440,7 +1441,7 @@ ip_mdq(m, ifp, rt, xmt_vif)
|
||||
|
||||
k_igmpsrc.sin_addr = im->im_src;
|
||||
|
||||
socket_send(ip_mrouter, m, &k_igmpsrc);
|
||||
socket_send(ip_mrouter, mm, &k_igmpsrc);
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user