summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
Diffstat (limited to 'iptables')
-rw-r--r--iptables/nft-shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/nft-shared.c b/iptables/nft-shared.c
index 62072520..6fd8ade5 100644
--- a/iptables/nft-shared.c
+++ b/iptables/nft-shared.c
@@ -566,7 +566,7 @@ static void nft_parse_limit(struct nft_xt_ctx *ctx, struct nftnl_expr *e)
matches = &ctx->cs->matches;
break;
default:
- fprintf(stderr, "BUG: nft_parse_match() unknown family %d\n",
+ fprintf(stderr, "BUG: nft_parse_limit() unknown family %d\n",
ctx->family);
exit(EXIT_FAILURE);
}