DELETE payload implemented and tested

This commit is contained in:
Jan Hutter
2005-12-05 13:43:43 +00:00
parent 510c342634
commit 9bdd74eae7
14 changed files with 642 additions and 5 deletions
@@ -167,7 +167,7 @@ static status_t verify(private_proposal_substructure_t *this)
return FAILED;
}
if (this->protocol_id > 4)
if ((this->protocol_id == 0) || (this->protocol_id >= 4))
{
/* reserved are not supported */
return FAILED;