X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frunas.c;h=f753d2454de44c6b43815aa289c652e0d62f88c2;hp=946ea3101ab92771ec8fd45009bd00bf37e8fe8b;hb=2533147721f2eff41b3c0e1fd2964c55054bcdd8;hpb=258fbe9b0ff52ded4311ff8a94a9abfc079d1387 diff --git a/src/common/runas.c b/src/common/runas.c index 946ea3101..f753d2454 100644 --- a/src/common/runas.c +++ b/src/common/runas.c @@ -329,7 +329,6 @@ int run_as_worker(struct run_as_worker *worker) if (ret && ret != -ENOSYS) { /* Don't fail as this is not essential. */ PERROR("prctl PR_SET_NAME"); - ret = 0; } sendret.ret = 0;