Thus, do_add_setelems() is only used for set declarations. This change is required by the follow up patch entitled ("rule: fix use of intervals in set declarations"). Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> --- src/rule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rule.c b/src/rule.c index 18ff592..1295228 100644 --- a/src/rule.c +++ b/src/rule.c @@ -876,7 +876,7 @@ static int do_add_set(struct netlink_ctx *ctx, const struct handle *h, if (set->flags & SET_F_INTERVAL && set_to_intervals(ctx->msgs, set) < 0) return -1; - if (do_add_setelems(ctx, &set->handle, set->init) < 0) + if (netlink_add_setelems(ctx, &set->handle, set->init) < 0) return -1; } return 0; -- 2.1.4 -- 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