Update delete_payload length when adding SPIs

This commit is contained in:
Martin Willi 2010-08-25 17:03:09 +02:00
parent 5299719569
commit dfde6570c7
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ METHOD(delete_payload_t, add_spi, void,
case PROTO_AH:
case PROTO_ESP:
this->spi_count++;
this->payload_length += sizeof(spi);
this->spis = chunk_cat("mc", this->spis, chunk_from_thing(spi));
break;
default: