Skip to content

Commit 676d1fa

Browse files
nokute78edsiper
authored andcommitted
aws_util: fix type of extra_user_agent
Signed-off-by: Takahiro Yamashita <[email protected]>
1 parent 9020597 commit 676d1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fluent-bit/flb_aws_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ struct flb_aws_client {
7979
int port;
8080
char *proxy;
8181
int flags;
82-
flb_sds_t *extra_user_agent;
82+
flb_sds_t extra_user_agent;
8383
int free_user_agent;
8484

8585
/*

0 commit comments

Comments
 (0)