From 4e9c475680aff492c34845a958638c1a43906e07 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 24 Oct 2018 18:47:15 +0200 Subject: netlink: remove netlink_batch_send() Replace it by direct call to mnl_batch_talk(). Signed-off-by: Pablo Neira Ayuso --- src/netlink.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/netlink.c') diff --git a/src/netlink.c b/src/netlink.c index ede08ffd..fc9aeeff 100644 --- a/src/netlink.c +++ b/src/netlink.c @@ -1117,11 +1117,6 @@ int netlink_list_flowtables(struct netlink_ctx *ctx, const struct handle *h) return err; } -int netlink_batch_send(struct netlink_ctx *ctx, struct list_head *err_list) -{ - return mnl_batch_talk(ctx, err_list); -} - struct nftnl_ruleset *netlink_dump_ruleset(struct netlink_ctx *ctx, const struct handle *h, const struct location *loc) -- cgit v1.2.3