tipc: fix wrong notification node addresses
authorJon Maloy <jmaloy@redhat.com>
Wed, 16 Feb 2022 02:00:09 +0000 (21:00 -0500)
committerJakub Kicinski <kuba@kernel.org>
Thu, 17 Feb 2022 04:44:40 +0000 (20:44 -0800)
commitc08e58438d4a709fb451b6d7d33432cc9907a2a8
tree668a2667639a86e3bef971a55bcd51dabeff3c03
parent8c6ae46150a453f8ae9a6cd49b45f354f478587d
tipc: fix wrong notification node addresses

The previous bug fix had an unfortunate side effect that broke
distribution of binding table entries between nodes. The updated
tipc_sock_addr struct is also used further down in the same
function, and there the old value is still the correct one.

Fixes: 032062f363b4 ("tipc: fix wrong publisher node address in link publications")
Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Link: https://lore.kernel.org/r/20220216020009.3404578-1-jmaloy@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/tipc/node.c