[PATCH] vmware: Restore OOM error reporting in vmwareCopyVMXFileName

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Got lost in commit e6ab10098066dd04794ff2ee5d10bc9b1db93327.
---
 src/vmware/vmware_conf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vmware/vmware_conf.c b/src/vmware/vmware_conf.c
index 4b61a9c..6c24187 100644
--- a/src/vmware/vmware_conf.c
+++ b/src/vmware/vmware_conf.c
@@ -490,6 +490,6 @@ vmwareCopyVMXFileName(const char *datastorePath, void *opaque ATTRIBUTE_UNUSED)
 {
     char *path;
 
-    ignore_value(VIR_STRDUP_QUIET(path, datastorePath));
+    ignore_value(VIR_STRDUP(path, datastorePath));
     return path;
 }
-- 
1.7.9.5

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]