On Wed, Aug 10, 2022 at 6:10 PM Dumitru Ceara <dce...@redhat.com> wrote:
>
> On 8/10/22 09:32, Ales Musil wrote:
> > Signed-off-by: Ales Musil <amu...@redhat.com>
> > ---
> >  controller/chassis.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/controller/chassis.c b/controller/chassis.c
> > index 92850fcc1..ba6377ac2 100644
> > --- a/controller/chassis.c
> > +++ b/controller/chassis.c
> > @@ -581,7 +581,7 @@ chassis_get_record(struct ovsdb_idl_txn *ovnsb_idl_txn,
> >                     const struct sbrec_chassis **chassis_rec)
> >  {
> >      const struct sbrec_chassis *chassis =
> > -        chassis = chassis_lookup_by_name(sbrec_chassis_by_name, 
> > chassis_id);
> > +        chassis_lookup_by_name(sbrec_chassis_by_name, chassis_id);
>
> Oops. :)
>
> Acked-by: Dumitru Ceara <dce...@redhat.com>

Thanks.  Applied to main.

Numan

>
> >
> >      if (!chassis && ovnsb_idl_txn) {
> >          /* Create the chassis record. */
>
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to