Re: [PATCH] libxl: support VNC passwd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Martin Kletzander wrote:
> On Fri, May 08, 2015 at 04:44:14PM -0600, Jim Fehlig wrote:
>> While implementing support for SPICE, noticed VNC passwd was never
>
> s/, n/, I n/ ?
>
>> copied to libxl_device_vfb's vnc.passwd field.
>>
>
> ACK

Thanks!  I fixed the nit and pushed.

Regards,
Jim

>
>> Signed-off-by: Jim Fehlig <jfehlig@xxxxxxxx>
>> ---
>> src/libxl/libxl_conf.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c
>> index fccada5..35b1d04 100644
>> --- a/src/libxl/libxl_conf.c
>> +++ b/src/libxl/libxl_conf.c
>> @@ -1283,6 +1283,8 @@ libxlMakeVfb(virPortAllocatorPtr graphicsports,
>>                 if (VIR_STRDUP(x_vfb->vnc.listen, listenAddr) < 0)
>>                     return -1;
>>             }
>> +            if (VIR_STRDUP(x_vfb->vnc.passwd,
>> l_vfb->data.vnc.auth.passwd) < 0)
>> +                return -1;
>>             if (VIR_STRDUP(x_vfb->keymap, l_vfb->data.vnc.keymap) < 0)
>>                 return -1;
>>             break;
>> -- 
>> 1.8.4.5
>>
>> -- 
>> libvir-list mailing list
>> libvir-list@xxxxxxxxxx
>> https://www.redhat.com/mailman/listinfo/libvir-list

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]