Skip to content

Commit ca90e33

Browse files
committed
fix shadow update
1 parent 5a967b2 commit ca90e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servicetests/tests/ShadowUpdate/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ int main(int argc, char *argv[])
342342
}
343343
else if (cmdData.mqttVersion == 3)
344344
{
345-
shadowClient = build_mqtt3_client(cmdData, connection, connectionCompletedPromise, connectionClosedPromise);nClosedPromise);
345+
shadowClient = build_mqtt3_client(cmdData, connection, connectionCompletedPromise, connectionClosedPromise);
346346
}
347347
else
348348
{

0 commit comments

Comments
 (0)