We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee4a48 commit 5633de3Copy full SHA for 5633de3
devicedefender/source/DeviceDefender.cpp
@@ -106,7 +106,8 @@ namespace Aws
106
(this->GetStatus() == ReportTaskStatus::Ready || this->GetStatus() == ReportTaskStatus::Stopped))
107
{
108
if (AWS_OP_SUCCESS != aws_iotdevice_defender_task_create(
109
- &m_owningTask, this->m_taskConfig,
+ &m_owningTask,
110
+ this->m_taskConfig,
111
m_mqttConnection->GetUnderlyingConnection(),
112
aws_event_loop_group_get_next_loop(m_eventLoopGroup.GetUnderlyingHandle())))
113
0 commit comments