aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/ike_auth.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-04-27 14:25:08 +0000
committerMartin Willi <martin@strongswan.org>2007-04-27 14:25:08 +0000
commita84fb01b965831ee0b45f70aa44cb333c7d98473 (patch)
tree39128bff64b06e14a5e36869dac0974c03c7bb6e /src/charon/sa/tasks/ike_auth.c
parentbb1030cb3de0758a579c264bd9f63cb91fab6a95 (diff)
downloadstrongswan-a84fb01b965831ee0b45f70aa44cb333c7d98473.tar.bz2
strongswan-a84fb01b965831ee0b45f70aa44cb333c7d98473.tar.xz
restructuring of configuration backends
added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP
Diffstat (limited to 'src/charon/sa/tasks/ike_auth.c')
-rw-r--r--src/charon/sa/tasks/ike_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/tasks/ike_auth.c b/src/charon/sa/tasks/ike_auth.c
index 9e2f6b085..c6fc98839 100644
--- a/src/charon/sa/tasks/ike_auth.c
+++ b/src/charon/sa/tasks/ike_auth.c
@@ -511,7 +511,7 @@ static status_t process_r(private_ike_auth_t *this, message_t *message)
return NEED_MORE;
}
- config = charon->cfg_store->get_peer_cfg(charon->cfg_store,
+ config = charon->backends->get_peer_cfg(charon->backends,
this->ike_sa->get_my_id(this->ike_sa),
this->ike_sa->get_other_id(this->ike_sa));
if (config)