NCP handler MLE Prefix, remove duplicate answer (#1893)

This commit is contained in:
biboc
2017-06-09 09:29:37 -07:00
committed by Jonathan Hui
parent 22ce3356d4
commit 97ec3dc67e
-1
View File
@@ -5387,7 +5387,6 @@ otError NcpBase::SetPropertyHandler_IPV6_ML_PREFIX(uint8_t header, spinel_prop_k
if (value_len >= 8)
{
errorCode = otThreadSetMeshLocalPrefix(mInstance, value_ptr);
HandleCommandPropertyGet(header, key);
}
else
{