This commit is contained in:
rongli
2016-08-31 05:50:03 -07:00
committed by Jonathan Hui
parent 72bd784fb5
commit 1387963c1a
+2 -1
View File
@@ -1213,7 +1213,8 @@ exit:
void Mle::HandleSendChildUpdateRequest(void *aContext)
{
static_cast<Mle *>(aContext)->SendChildUpdateRequest();
Mle *obj = reinterpret_cast<Mle *>(aContext);
obj->HandleSendChildUpdateRequest();
}
void Mle::HandleSendChildUpdateRequest(void)