Skip to content

Commit e7cbdaa

Browse files
Leonardo Alminanascne59
authored andcommitted
config: added missing error reporting
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent 788433b commit e7cbdaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/flb_config.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,8 @@ int flb_config_task_map_resize(struct flb_config *config, size_t new_size)
10081008
}
10091009

10101010
if (new_task_map == NULL) {
1011+
flb_errno();
1012+
10111013
return -1;
10121014
}
10131015

0 commit comments

Comments
 (0)