mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-10-04 07:57:45 +00:00
Revert "totemip: compare sin6_scope_id and interface_num"
This reverts commitefd34df531
to make master compile after revert of934c47ed43
. Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
cd6cc90a6f
commit
1777d9992c
@ -569,9 +569,6 @@ int totemip_iface_check(struct totem_ip_address *bindnet,
|
||||
if (addr_len == 0)
|
||||
continue ;
|
||||
|
||||
if (bindnet->sin6_scope_id != 0 && bindnet->sin6_scope_id != if_addr->interface_num)
|
||||
continue;
|
||||
|
||||
totemip_copy(&bn_netaddr, bindnet);
|
||||
totemip_copy(&if_netaddr, &if_addr->ip_addr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user