Skip to content

Commit 3cc7af0

Browse files
committed
task: remove routes_mask check from direct-route branch
Signed-off-by: Eduardo Silva <[email protected]>
1 parent a8045b9 commit 3cc7af0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/flb_task.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -440,17 +440,6 @@ struct flb_task *flb_task_create(uint64_t ref_id,
440440

441441
o_ins = route_path->ins;
442442

443-
if (task_ic->routes_mask &&
444-
flb_routes_mask_get_bit(task_ic->routes_mask,
445-
o_ins->id,
446-
o_ins->config) == 0) {
447-
flb_debug("[task] skipping direct route for task=%p id=%i output=%s",
448-
task,
449-
task->id,
450-
flb_output_name(o_ins));
451-
continue;
452-
}
453-
454443
route = flb_calloc(1, sizeof(struct flb_task_route));
455444
if (!route) {
456445
flb_errno();

0 commit comments

Comments
 (0)