- fixed policy setup bug

This commit is contained in:
Martin Willi
2006-02-23 16:22:12 +00:00
parent a527a426d6
commit fb8aa445d2
3 changed files with 116 additions and 47 deletions
+2 -2
View File
@@ -288,12 +288,12 @@ static status_t process_message(private_ike_auth_requested_t *this, message_t *i
{
return status;
}
status = this->process_sa_payload(this, sa_payload);
status = this->process_auth_payload(this, auth_payload,idr_payload);
if (status != SUCCESS)
{
return status;
}
status = this->process_auth_payload(this, auth_payload,idr_payload);
status = this->process_sa_payload(this, sa_payload);
if (status != SUCCESS)
{
return status;