mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-15 09:13:21 +00:00
Fix defect 456
when checkpoint expirse, the executive crashes if no bind address was specified (Logical change 1.173) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@588 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
da1daf2051
commit
194511a39b
@ -969,6 +969,8 @@ int main (int argc, char **argv)
|
||||
|
||||
memset(&this_non_loopback_ip, 0, sizeof(struct sockaddr_in));
|
||||
|
||||
this_non_loopback_ip.sin_addr.s_addr = LOCALHOST_IP;
|
||||
|
||||
aisexec_uid_determine ();
|
||||
|
||||
aisexec_gid_determine ();
|
||||
|
Loading…
Reference in New Issue
Block a user