vmware: Restore OOM error reporting in vmwareCopyVMXFileName

Got lost in commit e6ab10098066dd04794ff2ee5d10bc9b1db93327.
This commit is contained in:
Matthias Bolte 2013-05-17 22:54:35 +02:00
parent 0e55024e7b
commit 63a2e0b295

View File

@ -490,6 +490,6 @@ vmwareCopyVMXFileName(const char *datastorePath, void *opaque ATTRIBUTE_UNUSED)
{ {
char *path; char *path;
ignore_value(VIR_STRDUP_QUIET(path, datastorePath)); ignore_value(VIR_STRDUP(path, datastorePath));
return path; return path;
} }