patch-2.1.91 linux/net/ipv6/mcast.c
Next file: linux/net/ipv6/ndisc.c
Previous file: linux/net/ipv6/ipv6_sockglue.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Mar 23 16:48:25 1998
- Orig file:
v2.1.90/linux/net/ipv6/mcast.c
- Orig date:
Mon Jan 12 15:28:28 1998
diff -u --recursive --new-file v2.1.90/linux/net/ipv6/mcast.c linux/net/ipv6/mcast.c
@@ -5,7 +5,7 @@
* Authors:
* Pedro Roque <roque@di.fc.ul.pt>
*
- * $Id: mcast.c,v 1.13 1998/01/04 15:28:31 mj Exp $
+ * $Id: mcast.c,v 1.14 1998/03/20 09:12:18 davem Exp $
*
* Based on linux/ipv4/igmp.c and linux/ipv4/ip_sockglue.c
*
@@ -91,7 +91,7 @@
if (ifindex == 0) {
struct rt6_info *rt;
- rt = rt6_lookup(addr, NULL, NULL, 0);
+ rt = rt6_lookup(addr, NULL, 0, 0);
if (rt)
dev = rt->rt6i_dev;
} else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov