>>> On 10.08.17 at 15:24, <jgr...@suse.com> wrote:
> @@ -176,7 +200,8 @@ int __init parse_bool(const char *s)
>           !strcmp("on", s) ||
>           !strcmp("true", s) ||
>           !strcmp("enable", s) ||
> -         !strcmp("1", s) )
> +         !strcmp("1", s) ||
> +         !strcmp("", s) )

But not strcmp() please in such a case - !*s is quite sufficient there.

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to