mirror of
https://github.com/espressif/openthread.git
synced 2026-09-10 03:00:09 +00:00
NcpBase: Fix the isLocal flag in THREAD_ON_MESH_NETS spinel response. (#1813)
This commit is contained in:
committed by
Jonathan Hui
parent
c294266fe0
commit
5ba30d7295
@@ -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
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user