]> git.ipfire.org Git - thirdparty/libvirt.git/commit
lxc: errors after the handshake won't be reported
authorCédric Bosdonnat <cbosdonnat@suse.com>
Tue, 19 Jul 2016 14:23:25 +0000 (16:23 +0200)
committerCédric Bosdonnat <cbosdonnat@suse.com>
Tue, 19 Jul 2016 14:23:25 +0000 (16:23 +0200)
commit8ee6a99e7c2b31e7f3cdeabf59e211854da26f5d
tree917e82ebfb5aff865a9f70d39fc1d6e2bfc9c6f9
parentcedd2ab28262db62976b351dbf2a0f8d9f88ca9e
lxc: errors after the handshake won't be reported

Any error happening after the hand shake in the lxc controller
will not result in a failure as errors are checked during the handshake.
Move the handshake after the last possible error.
src/lxc/lxc_controller.c