]> xenbits.xensource.com Git - libvirt.git/commit
qemuBuildCommandLine: Don't overwrite errors with NWFilter's one
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 24 Apr 2013 12:06:40 +0000 (14:06 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Apr 2013 06:59:49 +0000 (08:59 +0200)
commit19c345f2fe2a8a3659cbc24d7cc40ec87332d2b1
tree1f6c2b9fd95c543fc421b004e424967b8d2449c9
parent278a833922a60e3cd65a05f71f1e19eead84c1d3
qemuBuildCommandLine: Don't overwrite errors with NWFilter's one

Currently, if there has been an error in building command line
process after virtual interfaces has been created, the flow jumps
to 'error' label, where virDomainConfNWFilterTeardown() is
called. This may report an error as well, but should not
overwrite the original cause why we jumped to 'error' label.
src/qemu/qemu_command.c