NcpBase: Fix the isLocal flag in THREAD_ON_MESH_NETS spinel response. (#1813)

This commit is contained in:
Abtin Keshavarzian
2017-05-23 22:49:18 -07:00
committed by Jonathan Hui
parent c294266fe0
commit 5ba30d7295
+2 -2
View File
@@ -2831,7 +2831,7 @@ otError NcpBase::GetPropertyHandler_THREAD_ON_MESH_NETS(uint8_t header, spinel_p
64,
border_router_config.mStable,
flags,
true
false
));
}
@@ -2859,7 +2859,7 @@ otError NcpBase::GetPropertyHandler_THREAD_ON_MESH_NETS(uint8_t header, spinel_p
64,
border_router_config.mStable,
flags,
false
true
));
}