summaryrefslogtreecommitdiffstats
path: root/iptables/xtables.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/xtables.c')
-rw-r--r--iptables/xtables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/xtables.c b/iptables/xtables.c
index c712aaf4..a5a83c24 100644
--- a/iptables/xtables.c
+++ b/iptables/xtables.c
@@ -582,7 +582,7 @@ list_rules(struct nft_handle *h, const char *chain, const char *table,
nft_rule_list_save(h, chain, table, rulenum, counters);
- /* FIXME found */
+ /* iptables does not return error if rule number not found */
return 1;
}