tnc-pdp: Fix reading port setting from strongswan.conf

This commit is contained in:
Tobias Brunner
2013-07-22 17:43:54 +02:00
parent 2b1ac51c9c
commit a14d907e33
@@ -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