summaryrefslogtreecommitdiff
path: root/ipsecmod/ipsecmod.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-08-16 16:41:16 +0000
committerCy Schubert <cy@FreeBSD.org>2024-08-16 16:41:16 +0000
commit96ef46e5cff01648c80c09c4364d10bc6f58119d (patch)
treea759010619ad11a8eaaaed7269bb06a9dfc2fa16 /ipsecmod/ipsecmod.c
parentc2a80056864d6eda0398fd127dc0ae515b39752b (diff)
Diffstat (limited to 'ipsecmod/ipsecmod.c')
-rw-r--r--ipsecmod/ipsecmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsecmod/ipsecmod.c b/ipsecmod/ipsecmod.c
index 19549d4eefe0..76f9b1965e08 100644
--- a/ipsecmod/ipsecmod.c
+++ b/ipsecmod/ipsecmod.c
@@ -615,7 +615,7 @@ ipsecmod_get_mem(struct module_env* env, int id)
*/
static struct module_func_block ipsecmod_block = {
"ipsecmod",
- &ipsecmod_init, &ipsecmod_deinit, &ipsecmod_operate,
+ NULL, NULL, &ipsecmod_init, &ipsecmod_deinit, &ipsecmod_operate,
&ipsecmod_inform_super, &ipsecmod_clear, &ipsecmod_get_mem
};