]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/bridge/br_mdb.c
bridge/mdb: remove wrong use of NLM_F_MULTI
[mirror_ubuntu-bionic-kernel.git] / net / bridge / br_mdb.c
index b0f4c734900bc3ac1ee15f967665e8ce3526e1ed..32f3eda4c704e6b34abf103f0e6ec9720bf52aeb 100644 (file)
@@ -419,7 +419,7 @@ static int nlmsg_populate_rtr_fill(struct sk_buff *skb,
        struct nlmsghdr *nlh;
        struct nlattr *nest;
 
-       nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), NLM_F_MULTI);
+       nlh = nlmsg_put(skb, pid, seq, type, sizeof(*bpm), 0);
        if (!nlh)
                return -EMSGSIZE;