Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1949e084 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'master' of git://1984.lsi.us.es/net-2.6

parents 3806b4f3 f31e8d49
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -972,7 +972,8 @@ ctnetlink_get_conntrack(struct sock *ctnl, struct sk_buff *skb,
free:
	kfree_skb(skb2);
out:
	return err;
	/* this avoids a loop in nfnetlink. */
	return err == -EAGAIN ? -ENOBUFS : err;
}

#ifdef CONFIG_NF_NAT_NEEDED