]> git.ipfire.org Git - thirdparty/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)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 15 Dec 2016 18:33:53 +0000 (13:33 -0500)
commit3026aae67d10c4d5e20f205ab6013d8885e0a77a
treeeb6761734467748632fba0a890de1cdc8e770e6a
parentbc84967fe57bb505eeaea6820318501dc862bf59
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