Paolo Bonzini <pbonz...@redhat.com> 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".