- fixed bugs

This commit is contained in:
Jan Hutter
2005-11-23 07:27:23 +00:00
parent 0c6c2dfbec
commit 042529f60b
2 changed files with 25 additions and 0 deletions
@@ -163,6 +163,7 @@ static status_t process_message(private_ike_sa_init_requested_t *this, message_t
if (this->ike_sa->prf == NULL)
{
this->logger->log(this->logger, ERROR | MORE, "PRF type not supported");
payloads->destroy(payloads);
return FAILED;
}