Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: fix compilation with FLB_HAVE_STATIC_CONF
Fixes: ``` /tmp/fluent-bit/src/config_format/flb_cf_fluentbit.c: In function ‘read_config’: /tmp/fluent-bit/src/config_format/flb_cf_fluentbit.c:505:30: error: ‘FLB_CF_BUF_SIZE’ undeclared (first use in this function); did you mean ‘FLB_CF_CUSTOM’? while (static_fgets(buf, FLB_CF_BUF_SIZE, in_data, &off)) { ^~~~~~~~~~~~~~~ ``` This applies the same change made in f50a02e when `FLB_HAVE_STATIC_CONF` is defined. Signed-off-by: Bryce Gibson <[email protected]>
- Loading branch information