Re: [ovs-dev] [PATCH] revalidator: Fix a build issue.

2014-06-02 Thread Joe Stringer
Thanks, applied. I'll change the way I push to prevent this in future. On 3 June 2014 12:26, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > On Jun 2, 2014, at 5:23 PM, Joe Stringer wrote: > > > Commit acaa8dac490cc6c36026d45f3010ec75f38ee142 (revalidator: Eliminate > > duplicate flow

Re: [ovs-dev] [PATCH] revalidator: Fix a build issue.

2014-06-02 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme On Jun 2, 2014, at 5:23 PM, Joe Stringer wrote: > Commit acaa8dac490cc6c36026d45f3010ec75f38ee142 (revalidator: Eliminate > duplicate flow handling.) introduced a build error. This fixes the bug. > > Reported-by: Jarno Rajahalme > Signed-off-by: Joe Stringer > --- >

[ovs-dev] [PATCH] revalidator: Fix a build issue.

2014-06-02 Thread Joe Stringer
Commit acaa8dac490cc6c36026d45f3010ec75f38ee142 (revalidator: Eliminate duplicate flow handling.) introduced a build error. This fixes the bug. Reported-by: Jarno Rajahalme Signed-off-by: Joe Stringer --- ofproto/ofproto-dpif-upcall.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di