X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Frunas.c;h=f753d2454de44c6b43815aa289c652e0d62f88c2;hb=504521ea8462dbd9c188a59c4d04a1f5a0c4c537;hp=946ea3101ab92771ec8fd45009bd00bf37e8fe8b;hpb=8446e5ebcadad1fbd043e37ed4f2862b5e628022;p=lttng-tools.git 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;