mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 00:00:06 +00:00
[cli] fix initializing coap secure response (#3125)
This commit is contained in:
@@ -366,7 +366,7 @@ void CoapsSecure::HandleServerResponse(otCoapHeader *aHeader, otMessage *aMessag
|
||||
{
|
||||
otError error = OT_ERROR_NONE;
|
||||
otCoapHeader responseHeader;
|
||||
otMessage * responseMessage;
|
||||
otMessage * responseMessage = NULL;
|
||||
otCoapCode responseCode = OT_COAP_CODE_EMPTY;
|
||||
char responseContent[] = "helloWorld";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user