patch-2.1.87 linux/net/ipv4/devinet.c

Next file: linux/net/ipv4/fib_hash.c
Previous file: linux/net/core/neighbour.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.86/linux/net/ipv4/devinet.c linux/net/ipv4/devinet.c
@@ -784,7 +784,7 @@
 		return;
 	}
 	if (inet_fill_ifaddr(skb, ifa, 0, 0, event) < 0) {
-		kfree_skb(skb, 0);
+		kfree_skb(skb);
 		netlink_set_err(rtnl, 0, RTMGRP_IPV4_IFADDR, EINVAL);
 		return;
 	}

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