From 96ef46e5cff01648c80c09c4364d10bc6f58119d Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 16 Aug 2024 09:41:16 -0700 Subject: unbound: Vendor import 1.21.0 Release notes at https://nlnetlabs.nl/news/2024/Aug/15/unbound-1.21.0-released/ --- pythonmod/pythonmod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pythonmod/pythonmod.c') diff --git a/pythonmod/pythonmod.c b/pythonmod/pythonmod.c index b8f2d62fb966..e231ad079172 100644 --- a/pythonmod/pythonmod.c +++ b/pythonmod/pythonmod.c @@ -777,8 +777,8 @@ size_t pythonmod_get_mem(struct module_env* env, int id) */ static struct module_func_block pythonmod_block = { "python", - &pythonmod_init, &pythonmod_deinit, &pythonmod_operate, &pythonmod_inform_super, - &pythonmod_clear, &pythonmod_get_mem + NULL, NULL, &pythonmod_init, &pythonmod_deinit, &pythonmod_operate, + &pythonmod_inform_super, &pythonmod_clear, &pythonmod_get_mem }; struct module_func_block* pythonmod_get_funcblock(void) -- cgit v1.3