Unverified Commit 54b4c137 by Christian Brauner Committed by Stéphane Graber

attach: use close_prot_errno_disarm()

parent 2bc38e68
...@@ -1326,8 +1326,7 @@ int lxc_attach(struct lxc_container *container, lxc_attach_exec_t exec_function, ...@@ -1326,8 +1326,7 @@ int lxc_attach(struct lxc_container *container, lxc_attach_exec_t exec_function,
} }
/* close unneeded file descriptors */ /* close unneeded file descriptors */
close(ipc_sockets[0]); close_prot_errno_disarm(ipc_sockets[0]);
ipc_sockets[0] = -EBADF;
if (options->attach_flags & LXC_ATTACH_TERMINAL) { if (options->attach_flags & LXC_ATTACH_TERMINAL) {
lxc_attach_terminal_close_master(&terminal); lxc_attach_terminal_close_master(&terminal);
......
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