From 21a2da50cf272a88769e5794f2e3b57ac9256a92 Mon Sep 17 00:00:00 2001 From: Sven Trenkel Date: Wed, 30 Sep 2009 14:13:44 +0200 Subject: [PATCH] Fixed VolumePerf data collection. --- src/netapp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0