Skip to content

Commit

Permalink
output: fix variable name in output_pre_timer_cb
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Nov 29, 2023
1 parent 7d81de8 commit 1bdbc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fluent-bit/flb_output.h
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ static FLB_INLINE void output_pre_timer_cb(void)
o_ins = params->output_timer->o_ins;

/* Run the callback provided by the output plugin */
timer_data->cb(params->config, params->timer_data->data);
params->timer_data->cb(params->config, params->timer_data->data);

/* move coro to destroy queue */
if (flb_output_is_threaded(o_ins) == FLB_TRUE) {
Expand Down

0 comments on commit 1bdbc9e

Please sign in to comment.