Cleanup: remove dead assignment
[lttng-tools.git] / src / common / config / session-config.c
index 9f8640359fc14505f7e31b78af52195e878a9434..783a74a3f3aac46fb916bbc4f533d4c2bb313f05 100644 (file)
@@ -3002,7 +3002,6 @@ static int validate_path_creds(const char *path)
                if (errno != ENOENT) {
                        PERROR("stat");
                }
-               ret = -LTTNG_ERR_INVALID;
                goto valid;
        }
 
This page took 0.022826 seconds and 4 git commands to generate.