Skip to content

Commit 20f69cc

Browse files
ravgupmsdceravigupta
authored andcommitted
build fixed
1 parent 6ecf807 commit 20f69cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_azure_kusto/azure_msiauth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ char *flb_azure_msiauth_token_get(struct flb_oauth2 *ctx)
5454
/* Create HTTP client context */
5555
c = flb_http_client(u_conn, FLB_HTTP_GET, ctx->uri,
5656
NULL, 0,
57-
FLB_AZURE_IMDS_HOST, FLB_AZURE_IMDS_PORT,
57+
ctx->host, atoi(ctx->port),
5858
NULL, 0);
5959
if (!c) {
6060
flb_error("[azure msi auth] error creating HTTP client context");

0 commit comments

Comments
 (0)