Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Feb 29, 2024
1 parent 689757e commit 315846e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/v5/mqtt5_to_mqtt3_adapter_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -2380,10 +2380,10 @@ int aws_mqtt5_mock_server_handle_not_authorized_publish_puback(
return AWS_OP_SUCCESS;
}

struct aws_mqtt5_packet_puback_view = {
struct aws_mqtt5_packet_puback_view puback_view = {
.packet_id = publish_view->packet_id,
.reason_code = AWS_MQTT5_PARC_NOT_AUTHORIZED,
}
};

return aws_mqtt5_mock_server_send_packet(connection, AWS_MQTT5_PT_PUBACK, &puback_view);
}
Expand Down

0 comments on commit 315846e

Please sign in to comment.