diff options
Diffstat (limited to 'net/bridge/br_mdb.c')
| -rw-r--r-- | net/bridge/br_mdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_mdb.c b/net/bridge/br_mdb.c index 409608960899..e29ad70b3000 100644 --- a/net/bridge/br_mdb.c +++ b/net/bridge/br_mdb.c | |||
| @@ -170,7 +170,7 @@ static int nlmsg_populate_mdb_fill(struct sk_buff *skb, | |||
| 170 | struct br_port_msg *bpm; | 170 | struct br_port_msg *bpm; |
| 171 | struct nlattr *nest, *nest2; | 171 | struct nlattr *nest, *nest2; |
| 172 | 172 | ||
| 173 | nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), NLM_F_MULTI); | 173 | nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0); |
| 174 | if (!nlh) | 174 | if (!nlh) |
| 175 | return -EMSGSIZE; | 175 | return -EMSGSIZE; |
| 176 | 176 | ||
