fixed CHILD_SA creation within existing IKE_SA

This commit is contained in:
Martin Willi 2007-03-08 12:28:10 +00:00
parent 95f6a18fc7
commit 9b8b3e5f5c
1 changed files with 1 additions and 0 deletions

View File

@ -427,6 +427,7 @@ static status_t build_i(private_child_create_t *this, message_t *message)
message->add_notify(message, FALSE, NO_PROPOSAL_CHOSEN, chunk_empty);
return SUCCESS;
}
break;
case IKE_AUTH:
if (!message->get_payload(message, ID_INITIATOR))
{