[libvirt] [PATCH] vmware: Restore OOM error reporting in vmwareCopyVMXFileName

Matthias Bolte matthias.bolte at googlemail.com
Sat May 18 22:01:25 UTC 2013


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




More information about the libvir-list mailing list