Skip to content

Commit

Permalink
out_s3: fix build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Oct 6, 2020
1 parent 279d49a commit d0fdcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_s3/s3.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ static int cb_s3_init(struct flb_output_instance *ins,
ret = flb_pack_to_json_date_type(tmp);
if (ret == -1) {
flb_plg_error(ctx->ins, "invalid json_date_format '%s'. ", tmp);
goto error;
return -1;
}
else {
ctx->json_date_format = ret;
Expand Down

0 comments on commit d0fdcd2

Please sign in to comment.