mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-26 13:14:16 +00:00
Fix broken timers when release type set to RELEASE
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1117 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
a569293a27
commit
ef039b2973
@ -375,6 +375,8 @@ int main (int argc, char **argv)
|
||||
int totem_log_service;
|
||||
log_init ("MAIN");
|
||||
|
||||
aisexec_tty_detach ();
|
||||
|
||||
log_printf (LOG_LEVEL_NOTICE, "AIS Executive Service RELEASE '%s'\n", RELEASE_VERSION);
|
||||
log_printf (LOG_LEVEL_NOTICE, "Copyright (C) 2002-2006 MontaVista Software, Inc and contributors.\n");
|
||||
log_printf (LOG_LEVEL_NOTICE, "Copyright (C) 2006 Red Hat, Inc.\n");
|
||||
@ -554,8 +556,6 @@ int main (int argc, char **argv)
|
||||
gid_valid,
|
||||
&this_non_loopback_ip);
|
||||
|
||||
aisexec_tty_detach ();
|
||||
|
||||
log_printf (LOG_LEVEL_NOTICE, "AIS Executive Service: started and ready to provide service.\n");
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user