mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-25 12:52:19 +00:00
vmware: Restore OOM error reporting in vmwareCopyVMXFileName
Got lost in commit e6ab10098066dd04794ff2ee5d10bc9b1db93327.
This commit is contained in:
parent
0e55024e7b
commit
63a2e0b295
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user