On Mon, Aug 15, 2016 at 9:22 AM, Ben Pfaff wrote:
> On Mon, Aug 15, 2016 at 08:21:19AM -0700, Jesse Gross wrote:
>> XLATE_REPORT_ERROR is a macro that takes struct xlate_ctx as an
>> argument but also implicitly uses 'ctx' from the local function
>> scope. This is works with current uses but it re
On Mon, Aug 15, 2016 at 08:21:19AM -0700, Jesse Gross wrote:
> XLATE_REPORT_ERROR is a macro that takes struct xlate_ctx as an
> argument but also implicitly uses 'ctx' from the local function
> scope. This is works with current uses but it really should be
> using the argument.
>
> Signed-off-by:
XLATE_REPORT_ERROR is a macro that takes struct xlate_ctx as an
argument but also implicitly uses 'ctx' from the local function
scope. This is works with current uses but it really should be
using the argument.
Signed-off-by: Jesse Gross
---
ofproto/ofproto-dpif-xlate.c | 2 +-
1 file changed, 1