summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_stp.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_stp.c')
-rw-r--r--extensions/ebt_stp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ebt_stp.c b/extensions/ebt_stp.c
index 5c5fc33..311bc63 100644
--- a/extensions/ebt_stp.c
+++ b/extensions/ebt_stp.c
@@ -337,7 +337,7 @@ static struct ebt_u_match stp_match =
.extra_ops = opts,
};
-void _init(void)
+static void _INIT(void)
{
ebt_register_match(&stp_match);
}