ipset-pf-support, fix compilation, close of pf socket.

This commit is contained in:
W.C.A. Wijngaards
2024-07-01 14:54:45 +02:00
parent 3953f827fb
commit fd11cd9182
4 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -777,7 +777,7 @@ 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,
&module_dummy_init, &module_dummy_init, &pythonmod_init, &pythonmod_deinit, &pythonmod_operate, &pythonmod_inform_super,
&pythonmod_clear, &pythonmod_get_mem
};