]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix missing error dispatch in virDomainLxcEnterNamespace
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Mar 2013 17:36:19 +0000 (17:36 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 13 Mar 2013 15:16:51 +0000 (15:16 +0000)
commitb5d014c375aa199ae10222b3389cc3728a760150
tree99ef8e1545cc60eba9ef33f1991298a2d654d95e
parenta08810195cad633da35d0eb653b2e24cbfe75758
Fix missing error dispatch in virDomainLxcEnterNamespace

The virDomainLxcEnterNamespace method mistakenly uses
virCheckFlags, which returns immediately instead of
virCheckFlagsGoto which jumps to the error cleanup
patch where there is a virDispatchError call
src/libvirt-lxc.c