changeset 2281 | 1e9dd91f666f |
parent 2265 | 190a2d913472 |
child 2287 | 363c7065ce0e |
--- a/src/contrib/delay-jitter-estimation.cc Sat Dec 15 11:57:43 2007 +0100 +++ b/src/contrib/delay-jitter-estimation.cc Sat Dec 15 11:58:14 2007 +0100 @@ -73,7 +73,8 @@ DelayJitterEstimation::RecordRx (Ptr<const Packet> packet) { TimestampTag tag; - bool found = packet->PeekTag (tag); + bool found; + found = packet->PeekTag (tag); NS_ASSERT (found); tag.GetTxTime ();