X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fprotocols.c;h=b63dee9a196def27c632556a1cb4c9021a07efcc;hp=47f7a08a3f12d907ad81caadcab5f8b6cd4daa06;hb=7111bb6df7628edce3a8e538b386fbe27633a191;hpb=be126043c2be20399d7670fe194645292018bde0 diff --git a/src/protocols.c b/src/protocols.c index 47f7a08a..b63dee9a 100644 --- a/src/protocols.c +++ b/src/protocols.c @@ -157,7 +157,7 @@ static int read_file(const char *path) { char match_name[2 * DATA_MAX_NAME_LEN]; snprintf(match_name, sizeof(match_name), "%s:%s", key_buffer, - key_fields[i]); + key_fields[i]); if (ignorelist_match(values_list, match_name)) continue;