]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove unnecessary virReportError on networkGetNetworkAddress return
authorLuyao Huang <lhuang@redhat.com>
Sat, 28 Feb 2015 09:08:34 +0000 (17:08 +0800)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 10 Mar 2015 21:29:28 +0000 (17:29 -0400)
commit64595431cdf57f0a23351e8808f7c3c18e855f9f
treeee1411bfbab9a9e03b34643106599494db787b50
parent954427c35477752a4ef1789035f298fc9e7287e9
qemu: Remove unnecessary virReportError on networkGetNetworkAddress return

Error messages are already set in all code paths returning -1 from
networkGetNetworkAddress, so we don't want to overwrite them.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c