From: Sven Trenkel Date: Wed, 30 Sep 2009 12:13:44 +0000 (+0200) Subject: Fixed VolumePerf data collection. X-Git-Tag: collectd-4.9.0~73^2~5 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=21a2da50cf272a88769e5794f2e3b57ac9256a92 Fixed VolumePerf data collection. --- diff --git a/src/netapp.c b/src/netapp.c index 1ef17a58..f47b0366 100644 --- a/src/netapp.c +++ b/src/netapp.c @@ -1210,7 +1210,7 @@ static int cna_handle_volume_perf_data (const char *hostname, /* {{{ */ continue; /* get_volume_perf may return NULL if this volume is to be ignored. */ - v = get_volume_perf (cvp, perf_data.name); + v = get_volume_perf (cvp, name); if (v == NULL) continue;