Fix: set client socket permissions after launch of client thread
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 12 Dec 2018 03:27:20 +0000 (22:27 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 18 Dec 2018 21:02:47 +0000 (16:02 -0500)
commiteaacb6d73009ef03d7cd2821c9d021708d130942
treeb3cad7c7b76fd3d24434df76bae44cf8630d1e31
parent859597f18697d7187c65c7860c0c5ebd7c22cde4
Fix: set client socket permissions after launch of client thread

The client thread is now the owner of the client socket.  As the
client socket is now created by the client thread, the socket's
permissions must be set after the launch of the client thread.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/main.c
This page took 0.02509 seconds and 4 git commands to generate.