diff options
Diffstat (limited to 'Source/charon/sa/states/responder_init.c')
-rw-r--r-- | Source/charon/sa/states/responder_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/sa/states/responder_init.c b/Source/charon/sa/states/responder_init.c index c85f12efc..f67e2833c 100644 --- a/Source/charon/sa/states/responder_init.c +++ b/Source/charon/sa/states/responder_init.c @@ -177,7 +177,7 @@ static status_t process_message(private_responder_init_t *this, message_t *messa source = message->get_source(message); destination = message->get_destination(message); - status = charon->configuration_manager->get_init_config_for_host(charon->configuration_manager,destination,source,&init_config); + status = charon->configuration->get_init_config_for_host(charon->configuration,destination,source,&init_config); if (status != SUCCESS) { /* no configuration matches given host */ |