Skip to content

Commit

Permalink
out_oracle_log_analytics: updated file read function name
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich committed Oct 5, 2023
1 parent 7427038 commit 13ca67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_oracle_log_analytics/oci_logan_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static int load_oci_credentials(struct flb_oci_logan *ctx)
char* key = NULL;
char* val;

content = flb_file_read(ctx->config_file_location);
content = flb_file_read_contents(ctx->config_file_location);
if (content == NULL || flb_sds_len(content) == 0)
{
return -1;
Expand Down

0 comments on commit 13ca67a

Please sign in to comment.