]> git.ipfire.org Git - thirdparty/unbound.git/commit
Initialize per-query qdata and per-module mod_env 4/head
authorPhilipp Serr <episource@gmx.de>
Sat, 21 Jan 2017 14:47:54 +0000 (15:47 +0100)
committerPhilipp Serr <episource@gmx.de>
Sat, 2 Mar 2019 08:26:57 +0000 (09:26 +0100)
commit7cc4ff05ad7e4a324be5a9fd948ae5230f832934
tree0226123f1ac3c4ab33b31745d8964cdf17349b5f
parentdfe8e0dfa208b633077cd5602050ed55f1990910
Initialize per-query qdata and per-module mod_env

The python module used to assign None to the per-query (qdata argument)
and per-module (mod_env variable) data stores. Hence, there was no
obvious way for python code to use these data stores.

This commit initializes both data stores with a dict instance.
pythonmod/pythonmod.c