mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-26 13:14:16 +00:00
logsys: _logsys_wthread_create never returns != 0
Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
844c8759d7
commit
d76bb76d1f
@ -1338,7 +1338,7 @@ int _logsys_config_subsys_get (const char *subsys)
|
||||
void logsys_fork_completed (void)
|
||||
{
|
||||
logsys_loggers[LOGSYS_MAX_SUBSYS_COUNT].mode &= ~LOGSYS_MODE_FORK;
|
||||
_logsys_wthread_create ();
|
||||
(void)_logsys_wthread_create ();
|
||||
}
|
||||
|
||||
int logsys_config_mode_set (const char *subsys, unsigned int mode)
|
||||
|
Loading…
Reference in New Issue
Block a user