Update delete_payload length when adding SPIs

This commit is contained in:
Martin Willi
2010-08-25 17:04:25 +02:00
parent 5299719569
commit dfde6570c7
@@ -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: