Skip to content

Commit 4daa282

Browse files
committed
Remove fixme
Signed-off-by: Ryan Underwood <ryan.underwood@mongodb.com>
1 parent 909b105 commit 4daa282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws/flb_aws_util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ struct flb_aws_client *flb_aws_client_create()
268268
client->client_vtable = &client_vtable;
269269
client->retry_requests = FLB_FALSE;
270270
client->debug_only = FLB_FALSE;
271-
client->http_cb_ctx = flb_callback_create("aws client"); // FIXME: what name?
271+
client->http_cb_ctx = flb_callback_create("aws client");
272272
if (!client->http_cb_ctx) {
273273
flb_errno();
274274
flb_free(client);

0 commit comments

Comments
 (0)