diff options
Diffstat (limited to 'net/ipv4/tcp_metrics.c')
| -rw-r--r-- | net/ipv4/tcp_metrics.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/net/ipv4/tcp_metrics.c b/net/ipv4/tcp_metrics.c index ed9c9a91851c..e5f41bd5ec1b 100644 --- a/net/ipv4/tcp_metrics.c +++ b/net/ipv4/tcp_metrics.c @@ -886,7 +886,8 @@ static int tcp_metrics_dump_info(struct sk_buff *skb,  	if (tcp_metrics_fill_info(skb, tm) < 0)  		goto nla_put_failure; -	return genlmsg_end(skb, hdr); +	genlmsg_end(skb, hdr); +	return 0;  nla_put_failure:  	genlmsg_cancel(skb, hdr); |