[libvirt] [PATCH libvirt-python] Fix regression in lxcOpenNamespace

Sergei Turchanov turchanov at farpost.com
Wed Jun 26 01:39:55 UTC 2019


Hello!

On 25.06.2019 18:41, Ján Tomko wrote:
>
> Thanks for catching this!
>
> However to be able to catch this, per our rules:
> https://libvirt.org/governance.html#contributors
> we need you to provide a sign-off to certify you complied with the
> Developer Certificate of Origin:
> https://developercertificate.org/
>
> Jano
>
Thank you for the explantation. Re-sent the patch with sign-off line.

With best regards,

Sergei.


>>> ---
>>>  libvirt-lxc-override.c | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/libvirt-lxc-override.c b/libvirt-lxc-override.c
>>> index 60c2e48..d7af154 100644
>>> --- a/libvirt-lxc-override.c
>>> +++ b/libvirt-lxc-override.c
>>> @@ -83,7 +83,7 @@ libvirt_lxc_virDomainLxcOpenNamespace(PyObject 
>>> *self ATTRIBUTE_UNUSED,
>>>          goto error;
>>>      for (i = 0; i < c_retval; i++)
>>> -        VIR_PY_LIST_APPEND_GOTO(py_retval, 
>>> libvirt_intWrap(fdlist[1]), error);
>>> +        VIR_PY_LIST_APPEND_GOTO(py_retval, 
>>> libvirt_intWrap(fdlist[i]), error);
>>>   cleanup:
>>>      VIR_FREE(fdlist);
>>
>>
>> -- 
>> libvir-list mailing list
>> libvir-list at redhat.com
>> https://www.redhat.com/mailman/listinfo/libvir-list
>
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list






More information about the libvir-list mailing list