Re: [ovs-dev] [PATCH] ofproto: Fix uninitialized rule in ofproto_get_vlan_usage().

2014-05-23 Thread Ethan Jackson
Doh, I'll resend it. Ethan On Fri, May 23, 2014 at 8:16 AM, Ben Pfaff wrote: > I agree that this fixes a bug but the commit message is wrong. > > On Thu, May 22, 2014 at 06:59:41PM -0700, Ethan Jackson wrote: >> Found by inspection. >> >> Signed-off-by: Ethan Jackson >> --- >> ofproto/ofproto.

Re: [ovs-dev] [PATCH] ofproto: Fix uninitialized rule in ofproto_get_vlan_usage().

2014-05-23 Thread Ben Pfaff
I agree that this fixes a bug but the commit message is wrong. On Thu, May 22, 2014 at 06:59:41PM -0700, Ethan Jackson wrote: > Found by inspection. > > Signed-off-by: Ethan Jackson > --- > ofproto/ofproto.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/ofproto/ofproto.c b/ofproto

[ovs-dev] [PATCH] ofproto: Fix uninitialized rule in ofproto_get_vlan_usage().

2014-05-22 Thread Ethan Jackson
Found by inspection. Signed-off-by: Ethan Jackson --- ofproto/ofproto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 63f65c3..356fcb1 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -7054,6 +7054,8 @@ ofproto_get_vlan_usage(struct of