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 0bd9b04 commit 7d8bbe6Copy full SHA for 7d8bbe6
src/flb_input.c
@@ -44,7 +44,7 @@ static int check_protocol(const char *prot, const char *output)
44
int len;
45
46
len = strlen(prot);
47
- if (len > strlen(output)) {
+ if (len != strlen(output)) {
48
return 0;
49
}
50
0 commit comments