Do not update payload length during generation, allows hooks override payload length

This commit is contained in:
Martin Willi
2011-01-05 16:45:47 +01:00
parent d58127af84
commit 2ecbd6186e
8 changed files with 12 additions and 58 deletions
@@ -203,7 +203,6 @@ static void compute_length (private_transform_substructure_t *this)
*/
static size_t get_length(private_transform_substructure_t *this)
{
compute_length(this);
return this->transform_length;
}