Skip to content

Commit

Permalink
proxy: initialize return value
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Dec 1, 2016
1 parent bdba3e3 commit cc9b9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_plugin_proxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static void proxy_cb_flush(void *data, size_t bytes,
void *out_context,
struct flb_config *config)
{
int ret;
int ret = FLB_ERROR;
struct flb_plugin_proxy *p = out_context;
(void) tag_len;
(void) i_ins;
Expand Down

0 comments on commit cc9b9a0

Please sign in to comment.