NodeIDSelector fix

This commit is contained in:
Pavel Kirienko 2015-05-26 01:57:07 +03:00
parent d89a8dcbcc
commit 97b35cd09e

View File

@ -50,7 +50,6 @@ public:
}
candidate = preferred.isUnicast() ? preferred.get() : NodeID::MaxRecommendedForRegularNodes;
candidate--; // This has been tested already
// Down
while (candidate > 0)