X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frunas.c;fp=src%2Fcommon%2Frunas.c;h=e30871c5c8fc4f8b4fb30d42c64fdd60292b3034;hp=5d63f640e3ca20d12b29ed870e4b96688b9e9043;hb=4a76dfd303409d7a6293aa8bafa8103748c1cf37;hpb=8166571605074ec793777b210d212ca208554708 diff --git a/src/common/runas.c b/src/common/runas.c index 5d63f640e..e30871c5c 100644 --- a/src/common/runas.c +++ b/src/common/runas.c @@ -667,9 +667,9 @@ int do_send_fds(int sock, const int *fds, unsigned int fd_count) /* Return 0 as this is not a fatal error. */ return 0; } - } + } - len = lttcomm_send_fds_unix_sock(sock, fds, fd_count); + len = lttcomm_send_fds_unix_sock(sock, fds, fd_count); return len < 0 ? -1 : 0; }