File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ static void s_aws_mqtt5_client_emit_stopped_lifecycle_event(struct aws_mqtt5_cli
302302}
303303
304304static void s_aws_mqtt5_client_emit_connecting_lifecycle_event (struct aws_mqtt5_client * client ) {
305- AWS_LOGF_INFO (AWS_LS_MQTT5_CLIENT , "id=%p: emitting attempting connect lifecycle event" , (void * )client );
305+ AWS_LOGF_INFO (AWS_LS_MQTT5_CLIENT , "id=%p: emitting connecting lifecycle event" , (void * )client );
306306
307307 client -> lifecycle_state = AWS_MQTT5_LS_CONNECTING ;
308308
@@ -2058,7 +2058,7 @@ struct aws_mqtt5_client *aws_mqtt5_client_new(
20582058 }
20592059
20602060 if (aws_mqtt5_negotiated_settings_init (
2061- allocator , & client -> negotiated_settings , & options -> connect_options -> client_id )) {
2061+ allocator , & client -> negotiated_settings , & client -> config -> connect -> storage_view . client_id )) {
20622062 goto on_error ;
20632063 }
20642064
You can’t perform that action at this time.
0 commit comments