]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
remove duplicated call to reportOOMError
authorChristophe Fergeau <teuf@gnome.org>
Thu, 17 Feb 2011 21:18:22 +0000 (22:18 +0100)
committerEric Blake <eblake@redhat.com>
Fri, 18 Feb 2011 00:12:23 +0000 (17:12 -0700)
src/qemu/qemu_command.c

index c9feb9b0b7ae7301f2bfd6e5e7c83e9a092401f3..371a7ed917cd61182125219fd01a3778ed281aa1 100644 (file)
@@ -4243,7 +4243,6 @@ qemuBuildCommandLine(virConnectPtr conn,
                     if (configfd >= 0) {
                         if (virAsprintf(&configfd_name, "%d", configfd) < 0) {
                             VIR_FORCE_CLOSE(configfd);
-                            virReportOOMError();
                             goto no_memory;
                         }