On Tue, Jun 03, 2014 at 12:41:54PM +0200, Ana Rey wrote: > Renames some variables for code readability reasons. > > Signed-off-by: Ana Rey <anarey@xxxxxxxxx> > --- > src/expr/log.c | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git a/src/expr/log.c b/src/expr/log.c > index a61a8d3..eaba1d6 100644 > --- a/src/expr/log.c > +++ b/src/expr/log.c > @@ -166,7 +166,8 @@ static int nft_rule_expr_log_json_parse(struct nft_rule_expr *e, json_t *root, > #ifdef JSON_PARSING > const char *prefix; > uint32_t snaplen; > - uint16_t uval16; > + uint16_t group; > + uint16_t qthreshold; Applied, but I have merge the two variable definitions above. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html