On 02/09/2016 03:58 PM, Suryanarayan Ramamurthy wrote:
>  
> +update_local_zone_ids(const struct ovsrec_bridge *br_int, struct simap
> *ct_zones,
> +                      struct controller_ctx *ctx)
>  {
>      int i;
> +    struct smap new;
> +    int zone_id;
> +    char *zone;
> +
> +    if (!ctx->ovs_idl_txn) { 
> +        return;
> +    }
> +
> Need to add a check for null br-int, as this may be called in that
> scenario also,

OK, would you like to submit a v2?

-- 
Russell Bryant
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to