fix optimized build

This commit is contained in:
Mathieu Lacage
2007-12-15 11:58:14 +01:00
parent 8449139061
commit e42ccef4a7

View File

@@ -73,7 +73,8 @@ void
DelayJitterEstimation::RecordRx (Ptr<const Packet> packet)
{
TimestampTag tag;
bool found = packet->PeekTag (tag);
bool found;
found = packet->PeekTag (tag);
NS_ASSERT (found);
tag.GetTxTime ();