diff options
Diffstat (limited to 'net/packet/diag.c')
-rw-r--r-- | net/packet/diag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/packet/diag.c b/net/packet/diag.c index 7ef1c881ae74..98abfd8644a4 100644 --- a/net/packet/diag.c +++ b/net/packet/diag.c | |||
@@ -39,7 +39,7 @@ static int pdiag_put_mclist(const struct packet_sock *po, struct sk_buff *nlskb) | |||
39 | struct nlattr *mca; | 39 | struct nlattr *mca; |
40 | struct packet_mclist *ml; | 40 | struct packet_mclist *ml; |
41 | 41 | ||
42 | mca = nla_nest_start(nlskb, PACKET_DIAG_MCLIST); | 42 | mca = nla_nest_start_noflag(nlskb, PACKET_DIAG_MCLIST); |
43 | if (!mca) | 43 | if (!mca) |
44 | return -EMSGSIZE; | 44 | return -EMSGSIZE; |
45 | 45 | ||