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 909b105 commit 4daa282Copy full SHA for 4daa282
src/aws/flb_aws_util.c
@@ -268,7 +268,7 @@ struct flb_aws_client *flb_aws_client_create()
268
client->client_vtable = &client_vtable;
269
client->retry_requests = FLB_FALSE;
270
client->debug_only = FLB_FALSE;
271
- client->http_cb_ctx = flb_callback_create("aws client"); // FIXME: what name?
+ client->http_cb_ctx = flb_callback_create("aws client");
272
if (!client->http_cb_ctx) {
273
flb_errno();
274
flb_free(client);
0 commit comments