Re: [nft PATCH 1/8] ct: Fix output_fp bypass in ct_print()

2018-04-10 Thread Florian Westphal
Phil Sutter wrote: > Signed-off-by: Phil Sutter > --- > src/ct.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I pushed this one, will review rest of series later today. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majord...

[nft PATCH 1/8] ct: Fix output_fp bypass in ct_print()

2018-04-10 Thread Phil Sutter
Signed-off-by: Phil Sutter --- src/ct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ct.c b/src/ct.c index edfe5586ebe65..daa5359631147 100644 --- a/src/ct.c +++ b/src/ct.c @@ -293,7 +293,7 @@ static void ct_print(enum nft_ct_keys key, int8_t dir, uint8_t nfproto,