Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
pacemaker.4956
bug-967388_pacemaker-remote-new-client-notify.p...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bug-967388_pacemaker-remote-new-client-notify.patch of Package pacemaker.4956
commit 5ec24a2642bd0854b884d1a9b51d12371373b410 Author: Gao,Yan <ygao@suse.com> Date: Mon Feb 22 18:12:05 2016 +0100 Fix: remote: cl#5269 - Notify other clients of a new connection only if the handshake has completed (bsc#967388) diff --git a/lrmd/tls_backend.c b/lrmd/tls_backend.c index fd316e4..0e07828 100644 --- a/lrmd/tls_backend.c +++ b/lrmd/tls_backend.c @@ -79,6 +79,9 @@ lrmd_remote_client_msg(gpointer data) g_source_remove(client->remote->auth_timeout); } client->remote->auth_timeout = 0; + + /* Alert other clients of the new connection */ + notify_of_new_client(client); } return 0; } @@ -289,8 +292,6 @@ lrmd_remote_listen(gpointer data) &lrmd_remote_fd_cb); g_hash_table_insert(client_connections, new_client->id, new_client); - /* Alert other clients of the new connection */ - notify_of_new_client(new_client); return TRUE; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor