diff options
Diffstat (limited to 'net/tipc/net.c')
-rw-r--r-- | net/tipc/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/net.c b/net/tipc/net.c index 7ce1e86b024f..0bba4e6b005c 100644 --- a/net/tipc/net.c +++ b/net/tipc/net.c | |||
@@ -187,7 +187,7 @@ static int __tipc_nl_add_net(struct net *net, struct tipc_nl_msg *msg) | |||
187 | if (!hdr) | 187 | if (!hdr) |
188 | return -EMSGSIZE; | 188 | return -EMSGSIZE; |
189 | 189 | ||
190 | attrs = nla_nest_start(msg->skb, TIPC_NLA_NET); | 190 | attrs = nla_nest_start_noflag(msg->skb, TIPC_NLA_NET); |
191 | if (!attrs) | 191 | if (!attrs) |
192 | goto msg_full; | 192 | goto msg_full; |
193 | 193 | ||