X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Funix.c;h=82fc68d66fd0fc89919a62d2d6ac2755e90f43fc;hb=ef910e6910414d9918dc8bcf9230d9278ae45807;hp=df92b7a0698ef699ed31a5bbc82b6741362cedfb;hpb=2f31577d1c07af4e7ea28fd72beea4bf3959fa57;p=lttng-tools.git diff --git a/src/common/unix.c b/src/common/unix.c index df92b7a06..82fc68d66 100644 --- a/src/common/unix.c +++ b/src/common/unix.c @@ -253,7 +253,7 @@ retry: goto end; } } - ret = len; + end: return ret; } @@ -352,7 +352,6 @@ retry: goto end; } } - ret = len; end: return ret; }