summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_connlimit.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libipt_connlimit.c')
-rw-r--r--extensions/libipt_connlimit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_connlimit.c b/extensions/libipt_connlimit.c
index 6221c1f8..f6d10395 100644
--- a/extensions/libipt_connlimit.c
+++ b/extensions/libipt_connlimit.c
@@ -122,7 +122,7 @@ static struct iptables_match connlimit_reg = {
.extra_opts = connlimit_opts,
};
-static __attribute__((constructor)) void libipt_connlimit_init(void)
+void _init(void)
{
register_match(&connlimit_reg);
}