Re: [PATCH v2] extensions: libxt_hashlimit: fix 64-bit printf formats

2017-05-23 Thread Pablo Neira Ayuso
On Thu, May 18, 2017 at 04:16:25PM +0200, Alin Nastac wrote: > Furthermore, this extension use a mix of PRIu64 and %llu formats for > uint64_t values. IMO it should use only one, for the sake of consistency. > > Signed-off-by: Alin Nastac > --- >

[PATCH v2] extensions: libxt_hashlimit: fix 64-bit printf formats

2017-05-18 Thread Alin Nastac
Furthermore, this extension use a mix of PRIu64 and %llu formats for uint64_t values. IMO it should use only one, for the sake of consistency. Signed-off-by: Alin Nastac --- extensions/libxt_hashlimit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git