Skip to content

Commit 958bf5e

Browse files
committed
Merge branch 'master' of github.com:fluent/fluent-bit
2 parents 1dad845 + 5119e64 commit 958bf5e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/flb_output.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ int flb_output_init(struct flb_config *config)
539539
#endif
540540

541541
#ifdef FLB_HAVE_PROXY_GO
542-
/* Proxy plugins have heir own initialization */
542+
/* Proxy plugins have their own initialization */
543543
if (p->type == FLB_OUTPUT_PLUGIN_PROXY) {
544544
ret = flb_plugin_proxy_init(p->proxy, ins, config);
545545
if (ret == -1) {
@@ -575,14 +575,6 @@ int flb_output_init(struct flb_config *config)
575575
}
576576
}
577577

578-
/* Iterate list of proxies plugins */
579-
mk_list_foreach(head, &config->proxies) {
580-
//proxy = mk_list_entry(head, struct flb_plugin_proxy, _head);
581-
//flb_plugin_proxy_init(proxy, config);
582-
//printf("load proxy name = %s\n", proxy->name);
583-
}
584-
585-
586578
return 0;
587579
}
588580

0 commit comments

Comments
 (0)