X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fprotocols.c;h=86fa795ad8e8c0662006d2e015a337bc2804053e;hb=8f6aa6970bf787e6a11e095322af3338ec781d78;hp=65b450c988fd6249ebe7b4131b5fd6ef1714f9c6;hpb=ff8b75e1820552a8bbd1832544451723cbde768b;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))