File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments