summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/bridge/br_mdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_mdb.c b/net/bridge/br_mdb.c
index bf6acd34234d..63f9c08625f0 100644
--- a/net/bridge/br_mdb.c
+++ b/net/bridge/br_mdb.c
@@ -437,7 +437,7 @@ static int nlmsg_populate_rtr_fill(struct sk_buff *skb,
437 struct nlmsghdr *nlh; 437 struct nlmsghdr *nlh;
438 struct nlattr *nest; 438 struct nlattr *nest;
439 439
440 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), NLM_F_MULTI); 440 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0);
441 if (!nlh) 441 if (!nlh)
442 return -EMSGSIZE; 442 return -EMSGSIZE;
443 443