Skip to content

Commit fcd2d1b

Browse files
Leonardo Alminanaedsiper
authored andcommitted
processor: updated filter parent references to match the new name
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent b6d5eb5 commit fcd2d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flb_processor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ struct flb_processor_unit *flb_processor_unit_create(struct flb_processor *proc,
199199
return NULL;
200200
}
201201

202-
f_ins->parent = (void *) pu;
202+
f_ins->parent_processor = (void *) pu;
203203

204204
/* matching rule: just set to workaround the pipeline initializer */
205205
f_ins->match = flb_sds_create("*");

0 commit comments

Comments
 (0)