lxccontainer: do_lxcapi_get_interfaces()

thread-safety: s/exit()/_exit/g Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 26f6e199
......@@ -2007,7 +2007,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(pipefd[1]);
exit(ret);
_exit(ret);
}
/* 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