From: Jérémie Galarneau Date: Mon, 20 Aug 2018 19:22:53 +0000 (-0400) Subject: Fix: unchecked return value in sessiond path configuration X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=2a9f757b25bbd1e8e50304a789c898fd0bf3a168;hp=2a9f757b25bbd1e8e50304a789c898fd0bf3a168 Fix: unchecked return value in sessiond path configuration The return values of the functions setting the sessiond's base paths are not checked. Reported-by: Coverity Scan (1382768 and 1382769, Unused value) Signed-off-by: Jérémie Galarneau ---