lxccontainer: do_lxcapi_get_interfaces()

thread-safety: s/exit()/_exit/g Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 85aec4ac
...@@ -2192,7 +2192,7 @@ static char ** do_lxcapi_get_interfaces(struct lxc_container *c) ...@@ -2192,7 +2192,7 @@ static char ** do_lxcapi_get_interfaces(struct lxc_container *c)
/* close the write-end of the pipe, thus sending EOF to the reader */ /* close the write-end of the pipe, thus sending EOF to the reader */
close(pipefd[1]); close(pipefd[1]);
exit(ret); _exit(ret);
} }
/* close the write-end of the pipe */ /* close the write-end of the pipe */
......
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