summaryrefslogtreecommitdiffstats
path: root/lib/module.c
diff options
context:
space:
mode:
authorKarel Slany <karel.slany@nic.cz>2015-08-19 10:55:08 +0200
committerKarel Slany <karel.slany@nic.cz>2015-08-19 10:55:08 +0200
commit7161e45d262fbb2ce64a3b887d3099eae9d5a9b2 (patch)
tree4e33be391c784ad7025e42c013128c0e3e3cb1ce /lib/module.c
parenttests: updated with 'policy' modules, tweaks (diff)
downloadknot-resolver-7161e45d262fbb2ce64a3b887d3099eae9d5a9b2.tar.xz
knot-resolver-7161e45d262fbb2ce64a3b887d3099eae9d5a9b2.zip
lib: module properties were ignored for embedded modules
Diffstat (limited to 'lib/module.c')
-rw-r--r--lib/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/module.c b/lib/module.c
index be472216..acfb9e28 100644
--- a/lib/module.c
+++ b/lib/module.c
@@ -108,6 +108,7 @@ static int load_sym_c(struct kr_module *module, uint32_t api_required)
module->deinit = embedded->deinit;
module->config = embedded->config;
module->layer = embedded->layer;
+ module->props = embedded->props;
return kr_ok();
}
}