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

Matthias Bolte matthias.bolte at googlemail.com
Mon May 20 22:39:19 UTC 2013


2013/5/19 Michal Privoznik <mprivozn at redhat.com>:
> On 19.05.2013 00:01, Matthias Bolte wrote:
>> 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;
>>  }
>>
>
> ACK
>
> Michal

Thanks, pushed.

--
Matthias Bolte
http://photron.blogspot.com




More information about the libvir-list mailing list