aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/maemo/maemo_service.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-04-20 10:59:14 +0200
committerTobias Brunner <tobias@strongswan.org>2012-08-08 15:12:25 +0200
commitb223d517c80924ee664238a48058d791e2d87c43 (patch)
treeaea5f900d961f8ec4f09e494857fa88a7d8dacd7 /src/libcharon/plugins/maemo/maemo_service.c
parenta7babe25ee22e1de91ace2549b122fee58de6911 (diff)
downloadstrongswan-b223d517c80924ee664238a48058d791e2d87c43.tar.bz2
strongswan-b223d517c80924ee664238a48058d791e2d87c43.tar.xz
Replaced usages of CHARON_*_PORT with calls to get_port().
Diffstat (limited to 'src/libcharon/plugins/maemo/maemo_service.c')
-rw-r--r--src/libcharon/plugins/maemo/maemo_service.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/maemo/maemo_service.c b/src/libcharon/plugins/maemo/maemo_service.c
index 9f1f16956..f638a81b7 100644
--- a/src/libcharon/plugins/maemo/maemo_service.c
+++ b/src/libcharon/plugins/maemo/maemo_service.c
@@ -323,7 +323,8 @@ static gboolean initiate_connection(private_maemo_service_t *this,
NULL);
}
- ike_cfg = ike_cfg_create(TRUE, FALSE, "0.0.0.0", FALSE, CHARON_UDP_PORT,
+ ike_cfg = ike_cfg_create(TRUE, FALSE, "0.0.0.0", FALSE,
+ charon->socket->get_port(charon->socket, FALSE),
hostname, FALSE, IKEV2_UDP_PORT);
ike_cfg->add_proposal(ike_cfg, proposal_create_default(PROTO_IKE));