diff options
author | Martin Willi <martin@strongswan.org> | 2006-02-13 13:42:01 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-02-13 13:42:01 +0000 |
commit | 409d010131f14e551e0645e9b88ad7621d08b781 (patch) | |
tree | cef24bb6324812d1b9aa4d768268cf558e8f25db /Source/charon/sa | |
parent | fc18670524798f8c0b08a3fd2d165447bf352104 (diff) | |
download | strongswan-409d010131f14e551e0645e9b88ad7621d08b781.tar.bz2 strongswan-409d010131f14e551e0645e9b88ad7621d08b781.tar.xz |
- config uses uml hosts alice and bob
Diffstat (limited to 'Source/charon/sa')
-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 5ea4588a1..2ea5b034d 100644 --- a/Source/charon/sa/states/responder_init.c +++ b/Source/charon/sa/states/responder_init.c @@ -178,7 +178,7 @@ static status_t process_message(private_responder_init_t *this, message_t *messa { /* no configuration matches given host */ this->logger->log(this->logger, AUDIT, "IKE_SA_INIT request does not match any available configuration. Deleting IKE_SA"); - this->ike_sa->send_notify(this->ike_sa, IKE_SA_INIT, NO_PROPOSAL_CHOSEN, CHUNK_INITIALIZER); + /* TODO: inform requestor */ return DELETE_ME; } this->ike_sa->set_init_config(this->ike_sa,init_config); |