aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/ike_sa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/sa/ike_sa.c')
-rw-r--r--src/charon/sa/ike_sa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/sa/ike_sa.c b/src/charon/sa/ike_sa.c
index b1d76ac84..e9c56dcbc 100644
--- a/src/charon/sa/ike_sa.c
+++ b/src/charon/sa/ike_sa.c
@@ -746,8 +746,8 @@ static status_t process_message(private_ike_sa_t *this, message_t *message)
if (this->ike_cfg == NULL)
{
job_t *job;
- this->ike_cfg = charon->cfg_store->get_ike_cfg(charon->cfg_store,
- me, other);
+ this->ike_cfg = charon->backends->get_ike_cfg(charon->backends,
+ me, other);
if (this->ike_cfg == NULL)
{
/* no config found for these hosts, destroy */