Skip to content

Commit

Permalink
Fix for issue fluent#1840
Browse files Browse the repository at this point in the history
  • Loading branch information
phiremande committed Dec 24, 2019
1 parent b7c8d9e commit 841bf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ int flb_output_init(struct flb_config *config)
#endif

#ifdef FLB_HAVE_TLS
if (ins->flags & FLB_IO_TLS) {
if (ins->use_tls == FLB_TRUE) {
ins->tls.context = flb_tls_context_new(ins->tls_verify,
ins->tls_debug,
ins->tls_vhost,
Expand Down

0 comments on commit 841bf1c

Please sign in to comment.