X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsensors.c;h=f4ecda5e49e0f12114ea32ccc2260a31789b4ad4;hb=8fd8f76dc11064e75e44448d16d35e09e46191a2;hp=27739330cb09f11887911254f7215e8fa2769268;hpb=be126043c2be20399d7670fe194645292018bde0;p=collectd.git diff --git a/src/sensors.c b/src/sensors.c index 27739330..f4ecda5e 100644 --- a/src/sensors.c +++ b/src/sensors.c @@ -437,7 +437,7 @@ static void sensors_submit(const char *plugin_instance, const char *type, value_list_t vl = VALUE_LIST_INIT; status = snprintf(match_key, sizeof(match_key), "%s/%s-%s", plugin_instance, - type, type_instance); + type, type_instance); if (status < 1) return;