diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-04-01 13:45:11 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-04-01 13:46:09 +0200 |
commit | a009aedb0bbb568b7b4d63a9931f3c69029e55c8 (patch) | |
tree | 2a56a107d9e470d6d3322fe85e67846f15772bc8 /src | |
parent | 53ac177cdec046b019d379208b42bcfc9490fbf6 (diff) | |
download | strongswan-a009aedb0bbb568b7b4d63a9931f3c69029e55c8.tar.bz2 strongswan-a009aedb0bbb568b7b4d63a9931f3c69029e55c8.tar.xz |
ipseckey: Use proper daemon name for enable option
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/ipseckey/ipseckey_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ipseckey/ipseckey_plugin.c b/src/libcharon/plugins/ipseckey/ipseckey_plugin.c index 7de842dc3..9593cf939 100644 --- a/src/libcharon/plugins/ipseckey/ipseckey_plugin.c +++ b/src/libcharon/plugins/ipseckey/ipseckey_plugin.c @@ -82,7 +82,7 @@ plugin_t *ipseckey_plugin_create() }, .res = lib->resolver->create(lib->resolver), .enabled = lib->settings->get_bool(lib->settings, - "charon.plugins.ipseckey.enable", FALSE), + "%s.plugins.ipseckey.enable", FALSE, charon->name), ); if (!this->res) |