fixed notify handling in IKE_AUTH

moved nonce payload before TS in CHILD_SA setup
This commit is contained in:
Martin Willi
2007-03-06 20:58:39 +00:00
parent f2d4ec5639
commit c676f2e2a6
2 changed files with 25 additions and 16 deletions
+1 -4
View File
@@ -386,10 +386,7 @@ static status_t process_i(private_ike_auth_t *this, message_t *message)
case INVALID_SELECTORS:
/* these are errors, but are not critical as only the
* CHILD_SA won't get build, but IKE_SA establishes anyway */
DBG1(DBG_IKE, "received %N notify, no CHILD_SA built",
notify_type_names, type);
iterator->destroy(iterator);
return SUCCESS;
break;
default:
{
if (type < 16383)