diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-07-22 17:43:54 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-07-22 17:43:54 +0200 |
commit | a14d907e334b43ff7f20c7e408971cd87216e465 (patch) | |
tree | 7d037edc312a643a3b20638efab97641637a198a /src | |
parent | 2b1ac51c9c4d79356ddae8e601f5ca8342808fd1 (diff) | |
download | strongswan-a14d907e334b43ff7f20c7e408971cd87216e465.tar.bz2 strongswan-a14d907e334b43ff7f20c7e408971cd87216e465.tar.xz |
tnc-pdp: Fix reading port setting from strongswan.conf
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/tnc_pdp/tnc_pdp_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/tnc_pdp/tnc_pdp_plugin.c b/src/libcharon/plugins/tnc_pdp/tnc_pdp_plugin.c index e5526b726..e35ba9ead 100644 --- a/src/libcharon/plugins/tnc_pdp/tnc_pdp_plugin.c +++ b/src/libcharon/plugins/tnc_pdp/tnc_pdp_plugin.c @@ -59,7 +59,7 @@ static bool plugin_cb(private_tnc_pdp_plugin_t *this, int port; port = lib->settings->get_int(lib->settings, - "%s.plugins.tnc_pdp.port", RADIUS_PORT, charon->name); + "%s.plugins.tnc-pdp.port", RADIUS_PORT, charon->name); this->pdp = tnc_pdp_create(port); } else |