Small cleanup of packet analysis.

This commit is contained in:
Jan Grashoefer 2020-08-28 14:41:34 +02:00 committed by Tim Wojtulewicz
parent 2d7280fabd
commit 0ec7516602
4 changed files with 13 additions and 43 deletions

View file

@ -30,7 +30,7 @@ void Manager::InitPostScript()
if ( mapping_val->Size() == 0 )
return;
for (unsigned int i = 0; i < mapping_val->Size(); i++)
for ( unsigned int i = 0; i < mapping_val->Size(); i++ )
{
auto* rv = mapping_val->At(i)->AsRecordVal();
//TODO: Make that field a string for usability reasons