There was an error while loading. Please reload this page.
1 parent 09c41bf commit 5a573deCopy full SHA for 5a573de
1 file changed
plugins/in_lib/in_lib.c
@@ -75,7 +75,7 @@ static int in_lib_collect(struct flb_input_instance *ins,
75
76
perror("read");
77
flb_pipe_error();
78
- if (errno == -EPIPE) {
+ if (errno == EPIPE) {
79
return -1;
80
}
81
return 0;
0 commit comments