mParent is also the neighbor during Router rettach (#1176)

This commit is contained in:
rongli
2017-01-20 06:08:01 -08:00
committed by Jonathan Hui
parent f965a97db8
commit 14fb938a2c
+5
View File
@@ -3093,6 +3093,11 @@ Neighbor *MleRouter::GetNeighbor(const Mac::ExtAddress &aAddress)
}
}
if (mParentRequestState != kParentIdle)
{
rval = Mle::GetNeighbor(aAddress);
}
break;
}