diff options
Diffstat (limited to 'net/core/neighbour.c')
-rw-r--r-- | net/core/neighbour.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/neighbour.c b/net/core/neighbour.c index 997cfa8f99ba..efd0b53d9ca4 100644 --- a/net/core/neighbour.c +++ b/net/core/neighbour.c | |||
@@ -1979,7 +1979,7 @@ static int neightbl_fill_parms(struct sk_buff *skb, struct neigh_parms *parms) | |||
1979 | { | 1979 | { |
1980 | struct nlattr *nest; | 1980 | struct nlattr *nest; |
1981 | 1981 | ||
1982 | nest = nla_nest_start(skb, NDTA_PARMS); | 1982 | nest = nla_nest_start_noflag(skb, NDTA_PARMS); |
1983 | if (nest == NULL) | 1983 | if (nest == NULL) |
1984 | return -ENOBUFS; | 1984 | return -ENOBUFS; |
1985 | 1985 | ||