diff options
Diffstat (limited to 'net/ipv4/tcp_metrics.c')
-rw-r--r-- | net/ipv4/tcp_metrics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_metrics.c b/net/ipv4/tcp_metrics.c index 4ccec4c705f7..9a08bfb0672c 100644 --- a/net/ipv4/tcp_metrics.c +++ b/net/ipv4/tcp_metrics.c | |||
@@ -658,7 +658,7 @@ static int tcp_metrics_fill_info(struct sk_buff *msg, | |||
658 | { | 658 | { |
659 | int n = 0; | 659 | int n = 0; |
660 | 660 | ||
661 | nest = nla_nest_start(msg, TCP_METRICS_ATTR_VALS); | 661 | nest = nla_nest_start_noflag(msg, TCP_METRICS_ATTR_VALS); |
662 | if (!nest) | 662 | if (!nest) |
663 | goto nla_put_failure; | 663 | goto nla_put_failure; |
664 | for (i = 0; i < TCP_METRIC_MAX_KERNEL + 1; i++) { | 664 | for (i = 0; i < TCP_METRIC_MAX_KERNEL + 1; i++) { |