We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05826f commit 2d3ce50Copy full SHA for 2d3ce50
src/flb_task.c
@@ -734,7 +734,7 @@ struct flb_task *flb_task_create(uint64_t ref_id,
734
if (task_ic->routes_mask) {
735
if (flb_routes_mask_get_bit(task_ic->routes_mask,
736
o_ins->id,
737
- o_ins->config) == 0) {
+ o_ins->config->router) == 0) {
738
continue;
739
}
740
@@ -790,7 +790,7 @@ struct flb_task *flb_task_create(uint64_t ref_id,
790
791
792
793
- o_ins->config) != 0) {
+ o_ins->config->router) != 0) {
794
route = flb_calloc(1, sizeof(struct flb_task_route));
795
if (!route) {
796
flb_errno();
0 commit comments