Support creds passing between lttng and sessiond
[lttng-tools.git] / liblttngctl / lttngctl.c
index c5e8cf8f8cffae86ecce900354f13a0752b4e382..c65760155347d4ca7e576ea7b24132b580d47e7f 100644 (file)
@@ -93,7 +93,7 @@ static int send_session_msg(struct lttcomm_session_msg *lsm)
                goto end;
        }
 
-       ret = lttcomm_send_unix_sock(sessiond_socket, lsm,
+       ret = lttcomm_send_creds_unix_sock(sessiond_socket, lsm,
                        sizeof(struct lttcomm_session_msg));
 
 end:
This page took 0.023419 seconds and 4 git commands to generate.