aboutsummaryrefslogtreecommitdiff
path: root/xt_FULLCONENAT.c
diff options
context:
space:
mode:
Diffstat (limited to 'xt_FULLCONENAT.c')
-rw-r--r--xt_FULLCONENAT.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xt_FULLCONENAT.c b/xt_FULLCONENAT.c
index 00b0033..d2303cd 100644
--- a/xt_FULLCONENAT.c
+++ b/xt_FULLCONENAT.c
@@ -112,7 +112,6 @@ static void clear_inactive_mappings(const struct nf_conn *ct) {
hash_for_each_safe(mapping_table, i, tmp, p_current, node) {
if (!is_mapping_active(p_current, ct)) {
- printk("clear mapping at ext port = %d", p_current->port);
hash_del(&p_current->node);
kfree(p_current);
}