author | Kirill Andreev <andreev@iitp.ru> |
Mon, 02 Nov 2009 12:28:38 +0300 | |
changeset 5472 | 5800fd778af9 |
parent 5471 | 61831e265e20 |
child 5473 | 3827a2a06b38 |
child 5799 | 8a1263190943 |
--- a/src/devices/mesh/dot11s/hwmp-protocol.cc Sun Nov 01 22:47:04 2009 +0000 +++ b/src/devices/mesh/dot11s/hwmp-protocol.cc Mon Nov 02 12:28:38 2009 +0300 @@ -1012,7 +1012,6 @@ Time randomStart = Seconds (coefficient.GetValue ()); m_proactivePreqTimer = Simulator::Schedule (randomStart, &HwmpProtocol::SendProactivePreq, this); NS_LOG_DEBUG ("ROOT IS: " << m_address); - SendProactivePreq (); m_isRoot = true; } void