From 2d914a1cc09fe9c507c414e6133e1ecd1231a4a3 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Thu, 1 Sep 2016 12:53:00 -0700 Subject: [PATCH] Ncp: Fix the ExtAddress encoding in child table property getter (#510) --- src/ncp/ncp_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncp/ncp_base.cpp b/src/ncp/ncp_base.cpp index fe555be0f..302218992 100644 --- a/src/ncp/ncp_base.cpp +++ b/src/ncp/ncp_base.cpp @@ -1832,7 +1832,7 @@ ThreadError NcpBase::GetPropertyHandler_THREAD_CHILD_TABLE(uint8_t header, spine SuccessOrExit( errorCode = OutboundFrameFeedPacked( "T(ESSLLCCcbbbb)", - childInfo.mExtAddress, + childInfo.mExtAddress.m8, childInfo.mChildId, childInfo.mRloc16, childInfo.mTimeout,