Why do you want to allow that? (can you add this to the commit log?) Christophe On Mon, Nov 02, 2015 at 04:14:16PM -0600, Jeremy White wrote: > Signed-off-by: Jeremy White <jwhite@xxxxxxxxxxxxxxx> > --- > scripts/Xspice | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/Xspice b/scripts/Xspice > index 52b1b16..46c5c1e 100755 > --- a/scripts/Xspice > +++ b/scripts/Xspice > @@ -256,7 +256,7 @@ var_args = ['port', 'tls_port', 'disable_ticketing', > 'vdagent_uid', 'vdagent_gid'] > > for arg in var_args: > - if getattr(args, arg): > + if getattr(args, arg) != None: > # The Qxl code doesn't respect booleans, so pass them as 0/1 > a = getattr(args, arg) > if a == True: > -- > 2.1.4 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/spice-devel
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel