[ovs-dev] [PATCH] ovs-xapi-sync: Crashes if root-prefix is unspecified.

Ben Pfaff blp at nicira.com
Wed Sep 28 12:47:10 PDT 2011


On Wed, Sep 28, 2011 at 12:19:52PM -0700, Ethan Jackson wrote:
>      global root_prefix
> -    root_prefix = args.root_prefix
> +    if args.root_prefix:
> +        root_prefix = args.root_prefix

Looks good, thank you.



More information about the dev mailing list