implemented cookies as initiator

proper logging of notifies in IKE_SA setup
This commit is contained in:
Martin Willi
2007-03-08 20:18:39 +00:00
parent bb32e76c3a
commit e5a7f1cd08
2 changed files with 44 additions and 9 deletions
+4 -1
View File
@@ -591,11 +591,14 @@ static status_t process_i(private_ike_auth_t *this, message_t *message)
{
if (type < 16383)
{
DBG1(DBG_IKE, "received %N notify error",
SIG(IKE_UP_FAILED, "received %N notify error",
notify_type_names, type);
iterator->destroy(iterator);
return FAILED;
}
DBG1(DBG_IKE, "received %N notify",
notify_type_names, type);
break;
}
}
}