- fixed bugs

This commit is contained in:
Jan Hutter
2005-12-01 19:53:48 +00:00
parent 257fa50386
commit 1b3f92d28d
12 changed files with 356 additions and 137 deletions
@@ -109,6 +109,7 @@ static status_t process_message(private_ike_sa_init_responded_t *this, message_t
crypter = this->ike_sa->get_crypter_initiator(this->ike_sa);
/* parse incoming message */
status = message->parse_body(message, crypter, signer);
if (status != SUCCESS)
{