Skip to content

Commit

Permalink
out_opensearch: fixed a wrong data type used for a boolean option
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich committed Aug 14, 2024
1 parent bda73d8 commit 7eafda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_opensearch/opensearch.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct flb_opensearch {
struct flb_record_accessor *ra_index;

char *type;
char suppress_type_name;
int suppress_type_name;

/* HTTP Auth */
char *http_user;
Expand Down

0 comments on commit 7eafda0

Please sign in to comment.