diff options
Diffstat (limited to 'net/tipc/name_table.c')
-rw-r--r-- | net/tipc/name_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c index 18a3d44238bc..2251912264a2 100644 --- a/net/tipc/name_table.c +++ b/net/tipc/name_table.c | |||
@@ -1055,7 +1055,7 @@ static int __tipc_nl_add_nametable_publ(struct tipc_nl_msg *msg, | |||
1055 | *last_publ = p->key; | 1055 | *last_publ = p->key; |
1056 | 1056 | ||
1057 | hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, | 1057 | hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, |
1058 | &tipc_genl_v2_family, NLM_F_MULTI, | 1058 | &tipc_genl_family, NLM_F_MULTI, |
1059 | TIPC_NL_NAME_TABLE_GET); | 1059 | TIPC_NL_NAME_TABLE_GET); |
1060 | if (!hdr) | 1060 | if (!hdr) |
1061 | return -EMSGSIZE; | 1061 | return -EMSGSIZE; |