]> git.proxmox.com Git - mirror_lxc.git/commit
conf, attach: save errno across call to close
authorWolfgang Bumiller <wry.git@bumiller.com>
Sat, 10 Dec 2016 09:18:27 +0000 (10:18 +0100)
committerWolfgang Bumiller <wry.git@bumiller.com>
Sat, 10 Dec 2016 18:12:02 +0000 (19:12 +0100)
commitfad6ef95ff55e72fa629affef6d31b1e666c995d
tree78b9c1e1eff23816eca387bdd66b3fe2fad4ab59
parentf1f9cbf294b3b420c8210e2e2cd4b71551d24d6f
conf, attach: save errno across call to close

Save errno across some calls to close() since it can be
interrupted.

Signed-off-by: Wolfgang Bumiller <wry.git@bumiller.com>
src/lxc/attach.c
src/lxc/conf.c