From: Liping Zhang <liping.zhang@xxxxxxxxxxxxxx> We have already set NFTNL_EXPR_QUEUE_NUM when parse "num" successfully, here is wrong and redundant, remove it. Signed-off-by: Liping Zhang <liping.zhang@xxxxxxxxxxxxxx> --- src/expr/queue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/expr/queue.c b/src/expr/queue.c index 522231b..033c542 100644 --- a/src/expr/queue.c +++ b/src/expr/queue.c @@ -136,7 +136,6 @@ nftnl_expr_queue_json_parse(struct nftnl_expr *e, json_t *root, if (nftnl_jansson_parse_val(root, "num", NFTNL_TYPE_U16, &type, err) == 0) nftnl_expr_set_u16(e, NFTNL_EXPR_QUEUE_NUM, type); - nftnl_expr_set_u16(e, NFTNL_EXPR_QUEUE_NUM, type); if (nftnl_jansson_parse_val(root, "total", NFTNL_TYPE_U16, &code, err) == 0) nftnl_expr_set_u16(e, NFTNL_EXPR_QUEUE_TOTAL, code); -- 2.5.5 -- 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