coverity: #1435207

Unchecked return value Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent b2f287be
...@@ -94,7 +94,7 @@ static int do_test_file_open(struct lxc_container *c, char *fnam) ...@@ -94,7 +94,7 @@ static int do_test_file_open(struct lxc_container *c, char *fnam)
fret = 0; fret = 0;
err2: err2:
wait_for_pid(pid); (void)wait_for_pid(pid);
err1: err1:
close(pipefd[0]); close(pipefd[0]);
close(pipefd[1]); close(pipefd[1]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment