aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/attributes
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-01-22 14:35:41 +0100
committerTobias Brunner <tobias@strongswan.org>2014-02-12 14:34:32 +0100
commitd347a130f55d75b726d470aa588fb1a3d9d698f2 (patch)
tree7edf459261fca682ca7606cf5d6bb3ca96802295 /src/libhydra/attributes
parent409adef43cf387deb1cd00bd56dec3cdd7221181 (diff)
downloadstrongswan-d347a130f55d75b726d470aa588fb1a3d9d698f2.tar.bz2
strongswan-d347a130f55d75b726d470aa588fb1a3d9d698f2.tar.xz
libhydra: Use lib->ns instead of hydra->daemon
Diffstat (limited to 'src/libhydra/attributes')
-rw-r--r--src/libhydra/attributes/mem_pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhydra/attributes/mem_pool.c b/src/libhydra/attributes/mem_pool.c
index 77567ce48..cc45e5629 100644
--- a/src/libhydra/attributes/mem_pool.c
+++ b/src/libhydra/attributes/mem_pool.c
@@ -573,7 +573,7 @@ static private_mem_pool_t *create_generic(char *name)
(hashtable_equals_t)id_equals, 16),
.mutex = mutex_create(MUTEX_TYPE_DEFAULT),
.reassign_online = lib->settings->get_bool(lib->settings,
- "%s.mem-pool.reassign_online", FALSE, hydra->daemon),
+ "%s.mem-pool.reassign_online", FALSE, lib->ns),
);
return this;