bug 584: NAV duration is set incorrectly in MacLow::DoNavResetNow

This commit is contained in:
Kirill V. Andreev
2009-06-08 13:50:38 +02:00
parent 1cea99ae5c
commit 882c2646d1

View File

@@ -804,7 +804,7 @@ MacLow::DoNavResetNow (Time duration)
(*i)->NavReset (duration);
}
m_lastNavStart = Simulator::Now ();
m_lastNavStart = duration;
m_lastNavDuration = duration;
}
bool
MacLow::DoNavStartNow (Time duration)