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:
Steven Dake 2005-04-11 21:33:33 +00:00
parent da1daf2051
commit 194511a39b

View File

@ -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 ();