[ovs-dev] [PATCH ovn] controller: Fix assigment typo

2022-08-10 Thread Ales Musil
Signed-off-by: Ales Musil --- 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

Re: [ovs-dev] [PATCH ovn] controller: Fix assigment typo

2022-08-10 Thread Dumitru Ceara
On 8/10/22 09:32, Ales Musil wrote: > Signed-off-by: Ales Musil > --- > 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/ch

Re: [ovs-dev] [PATCH ovn] controller: Fix assigment typo

2022-08-14 Thread Numan Siddique
On Wed, Aug 10, 2022 at 6:10 PM Dumitru Ceara wrote: > > On 8/10/22 09:32, Ales Musil wrote: > > Signed-off-by: Ales Musil > > --- > > controller/chassis.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/controller/chassis.c b/controller/chassis.c > > index 92850fc