On Wed, Oct 04, 2017 at 03:59:32PM +0200, Phil Sutter wrote:
> When introducing output_fp, debug output in src/evaluate.c was not
> adjusted and therefore broke.
> 
> This patch restores eval debug output by applying the following changes:
> 
> - Change erec_print() and erec_print_list() to take a struct output_ctx
>   pointer as first argument and use output_fp field as destination to
>   print to.
> - Drop octx_debug_dummy variable and instead use octx pointer from
>   struct eval_ctx for debug output.
> - Add missing calls to erec_destroy() in eval debug output which should
>   eliminate another mem leak.

OK, I'll pick this one and we go for release.

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to