diff options
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r-- | net/tipc/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index 52308498f208..995618d6da9d 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c | |||
@@ -623,7 +623,7 @@ static int __tipc_nl_add_node(struct tipc_nl_msg *msg, struct tipc_node *node) | |||
623 | void *hdr; | 623 | void *hdr; |
624 | struct nlattr *attrs; | 624 | struct nlattr *attrs; |
625 | 625 | ||
626 | hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_v2_family, | 626 | hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family, |
627 | NLM_F_MULTI, TIPC_NL_NODE_GET); | 627 | NLM_F_MULTI, TIPC_NL_NODE_GET); |
628 | if (!hdr) | 628 | if (!hdr) |
629 | return -EMSGSIZE; | 629 | return -EMSGSIZE; |