diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-04-20 10:59:14 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-08-08 15:12:25 +0200 |
commit | b223d517c80924ee664238a48058d791e2d87c43 (patch) | |
tree | aea5f900d961f8ec4f09e494857fa88a7d8dacd7 /src/libcharon/plugins/maemo/maemo_service.c | |
parent | a7babe25ee22e1de91ace2549b122fee58de6911 (diff) | |
download | strongswan-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.c | 3 |
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)); |