aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-03-16 11:14:40 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-03-16 11:14:40 +0100
commitf673958e5902b278e3dfdb2d4737e7cdd3682314 (patch)
tree1694017de6595128ef6166416c73e904717bd261 /src
parentbd360b39119aecee7c150f18719e6baa7665dcd2 (diff)
downloadstrongswan-f673958e5902b278e3dfdb2d4737e7cdd3682314.tar.bz2
strongswan-f673958e5902b278e3dfdb2d4737e7cdd3682314.tar.xz
added the strongswan.conf options of the tnc-pdp plugin
Diffstat (limited to 'src')
-rw-r--r--src/libcharon/plugins/tnc_pdp/tnc_pdp_plugin.c2
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 be9cd75de..9abe02aec 100644
--- a/src/libcharon/plugins/tnc_pdp/tnc_pdp_plugin.c
+++ b/src/libcharon/plugins/tnc_pdp/tnc_pdp_plugin.c
@@ -73,7 +73,7 @@ plugin_t *tnc_pdp_plugin_create()
int port;
port = lib->settings->get_int(lib->settings,
- "charon.plugins.tnc_pdp.radius_port", RADIUS_PORT);
+ "charon.plugins.tnc_pdp.port", RADIUS_PORT);
INIT(this,
.public = {