X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fprotocols.c;h=86fa795ad8e8c0662006d2e015a337bc2804053e;hb=abaa1c8a24e8eff5632dd6052b1da5f6535caf19;hp=65b450c988fd6249ebe7b4131b5fd6ef1714f9c6;hpb=87f8f66a84e78fd37dd2767c032ce74924d31dfd;p=collectd.git diff --git a/src/protocols.c b/src/protocols.c index 65b450c9..86fa795a 100644 --- a/src/protocols.c +++ b/src/protocols.c @@ -154,7 +154,7 @@ static int read_file(const char *path) { if (values_list != NULL) { char match_name[2 * DATA_MAX_NAME_LEN]; - snprintf(match_name, sizeof(match_name), "%s:%s", key_buffer, + ssnprintf(match_name, sizeof(match_name), "%s:%s", key_buffer, key_fields[i]); if (ignorelist_match(values_list, match_name))