qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH 08/11] vnc: avoid write only variables


From: Markus Armbruster
Subject: Re: [Qemu-devel] Re: [PATCH 08/11] vnc: avoid write only variables
Date: Thu, 07 Oct 2010 14:26:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Paolo Bonzini <address@hidden> writes:

> On 10/06/2010 11:33 PM, Blue Swirl wrote:
>> +#if defined(CONFIG_VNC_TLS) || defined(CONFIG_VNC_SASL)
>>           } else if (strncmp(options, "acl", 3) == 0) {
>>               acl = 1;
>> +#endif
>
> Not sure it's okay to reject the option altogether (i.e. maybe the #if

Technically a regression.  Do we care?

> should only include "acl = 1".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]