From a84fb01b965831ee0b45f70aa44cb333c7d98473 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 27 Apr 2007 14:25:08 +0000 Subject: restructuring of configuration backends added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP --- src/charon/sa/tasks/ike_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charon/sa/tasks/ike_auth.c') 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) -- cgit v1.2.3