Re: [ovs-dev] [PATCH] ofp-print: Add missing "break".

2011-08-15 Thread Ben Pfaff
Thanks, I pushed this. On Mon, Aug 15, 2011 at 03:19:19PM -0700, Ethan Jackson wrote: > Looks good, > > I noticed that quite a while ago, probably should have fixed it then. > > Ethan > > On Mon, Aug 15, 2011 at 15:18, Ben Pfaff wrote: > > This is not a bug yet, but it could be the next time s

Re: [ovs-dev] [PATCH] ofp-print: Add missing "break".

2011-08-15 Thread Ethan Jackson
Looks good, I noticed that quite a while ago, probably should have fixed it then. Ethan On Mon, Aug 15, 2011 at 15:18, Ben Pfaff wrote: > This is not a bug yet, but it could be the next time someone carelessly > adds a new case. > --- >  lib/ofp-print.c |    1 + >  1 files changed, 1 insertions