X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fsensors.c;h=f4ecda5e49e0f12114ea32ccc2260a31789b4ad4;hp=27739330cb09f11887911254f7215e8fa2769268;hb=e746ad785774de37a30302fef65f1c4aaf8698ab;hpb=f81a5a84d3d5fc941b624c28b1ab70971cc23ac9 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;