Skip to content

Commit

Permalink
config_format: cf_yaml: Follow the change of variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Nov 12, 2024
1 parent 79fe56e commit 964901e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config_format/flb_cf_yaml.c
Original file line number Diff line number Diff line change
Expand Up @@ -2767,8 +2767,8 @@ static struct parser_state *state_create(struct file_state *parent, struct file_

#else

s->file->name = flb_sds_create("***static***");
s->file->path = flb_sds_create("***static***");
state->file->name = flb_sds_create("***static***");
state->file->path = flb_sds_create("***static***");

#endif

Expand Down

0 comments on commit 964901e

Please sign in to comment.