netlink: make nla_nest_start() add NLA_F_NESTED flag
[linux-2.6-microblaze.git] / net / tipc / group.c
index 63f3920..992be61 100644 (file)
@@ -917,7 +917,7 @@ void tipc_group_member_evt(struct tipc_group *grp,
 
 int tipc_group_fill_sock_diag(struct tipc_group *grp, struct sk_buff *skb)
 {
-       struct nlattr *group = nla_nest_start(skb, TIPC_NLA_SOCK_GROUP);
+       struct nlattr *group = nla_nest_start_noflag(skb, TIPC_NLA_SOCK_GROUP);
 
        if (!group)
                return -EMSGSIZE;