mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 20:00:48 +00:00
Remove dead soresueaddr code
Signed-off-by: Steven Dake <sdake@redhat.com> Reviewed-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
bb05aed93f
commit
b403fcbea9
@ -1336,15 +1336,6 @@ static int totemudpu_build_sockets_ip (
|
||||
return (-1);
|
||||
}
|
||||
|
||||
/*
|
||||
* Force reuse
|
||||
*/
|
||||
// flag = 1;
|
||||
// if ( setsockopt(instance->token_socket, SOL_SOCKET, SO_REUSEADDR, (char *)&flag, sizeof (flag)) < 0) {
|
||||
// perror("setsockopt reuseaddr");
|
||||
// return (-1);
|
||||
// }
|
||||
|
||||
/*
|
||||
* Bind to unicast socket used for token send/receives
|
||||
* This has the side effect of binding to the correct interface
|
||||
|
Loading…
Reference in New Issue
Block a user