Make NetworkOPs::getDirNodeInfo more robust.

This commit is contained in:
Arthur Britto
2012-07-10 14:54:09 -07:00
parent 878a0889ee
commit a61269ddd3

View File

@@ -198,6 +198,9 @@ STVector256 NetworkOPs::getDirNodeInfo(
else
{
Log(lsINFO) << "getDirNodeInfo: node index: NOT FOUND: " << uNodeIndex.ToString();
uNodePrevious = 0;
uNodeNext = 0;
}
return svIndexes;