patch-2.1.87 linux/net/ipv6/route.c

Next file: linux/net/netlink/af_netlink.c
Previous file: linux/net/ipv6/addrconf.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.86/linux/net/ipv6/route.c linux/net/ipv6/route.c
@@ -1749,7 +1749,7 @@
 		return;
 	}
 	if (rt6_fill_node(skb, rt, event, 0, 0) < 0) {
-		kfree_skb(skb, 0);
+		kfree_skb(skb);
 		netlink_set_err(rtnl, 0, RTMGRP_IPV6_ROUTE, EINVAL);
 		return;
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov