aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/sql/sql_config.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/sql/sql_config.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/sql/sql_config.c')
-rw-r--r--src/libcharon/plugins/sql/sql_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/sql/sql_config.c b/src/libcharon/plugins/sql/sql_config.c
index 28b493e7a..890077157 100644
--- a/src/libcharon/plugins/sql/sql_config.c
+++ b/src/libcharon/plugins/sql/sql_config.c
@@ -259,7 +259,7 @@ static ike_cfg_t *build_ike_cfg(private_sql_config_t *this, enumerator_t *e,
ike_cfg_t *ike_cfg;
ike_cfg = ike_cfg_create(certreq, force_encap,
- local, FALSE, CHARON_UDP_PORT,
+ local, FALSE, charon->socket->get_port(charon->socket, FALSE),
remote, FALSE, IKEV2_UDP_PORT);
add_ike_proposals(this, ike_cfg, id);
return ike_cfg;