Fix: explicitly send client credentials during handshake
[lttng-tools.git] / src / lib / lttng-ctl / channel.c
index 5bfb75902e2ff98155884208668125ecd9db1799..3d48babb728351b3c05489b370419afbab415e6d 100644 (file)
@@ -444,7 +444,7 @@ int handshake(struct lttng_notification_channel *channel)
 
        pthread_mutex_lock(&channel->lock);
 
-       ret = lttcomm_send_unix_sock(channel->socket, send_buffer,
+       ret = lttcomm_send_creds_unix_sock(channel->socket, send_buffer,
                        sizeof(send_buffer));
        if (ret < 0) {
                goto end_unlock;
This page took 0.025165 seconds and 5 git commands to generate.