changeset 9726 | e894607cb6e4 |
parent 9719 | 4031f7fdce5c |
child 9802 | 5dea58a3b261 |
--- a/src/dsr/model/dsr-options.cc Fri Apr 26 14:06:06 2013 -0700 +++ b/src/dsr/model/dsr-options.cc Sun Apr 28 23:22:34 2013 -0700 @@ -1230,7 +1230,7 @@ if (destAddress != destination) { NS_LOG_DEBUG ("Process the promiscuously received packet"); - bool findPassive; + bool findPassive = false; int32_t nNodes = NodeList::GetNNodes (); for (int32_t i = 0; i < nNodes; ++i) {