Skip to content

Commit

Permalink
makes it compilable with PIM option
Browse files Browse the repository at this point in the history
  • Loading branch information
suz committed Dec 22, 2003
1 parent 18903b2 commit b56f5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebsd4/sys/netinet/ip_mroute.c
Expand Up @@ -3249,7 +3249,7 @@ pim_input(struct mbuf *m, int off, int proto)
* XXX: the outer IP header pkt size of a Register is not adjust to
* reflect the fact that the inner multicast data is truncated.
*/
rip_input(m, iphlen, proto);
rip_input(m, iphlen);

return;
}
Expand Down

0 comments on commit b56f5c7

Please sign in to comment.