Title: [opsview] [5306] fix 'variable masks earlier declaration' error
Revision
5306
Author
dferguson
Date
2010-11-04 15:24:23 +0000 (Thu, 04 Nov 2010)

Log Message

fix 'variable  masks earlier declaration' error

Modified Paths


Modified: trunk/opsview-core/lib/Opsview/Utils/PerfdatarrdImporter.pm
===================================================================
--- trunk/opsview-core/lib/Opsview/Utils/PerfdatarrdImporter.pm	2010-11-04 15:14:17 UTC (rev 5305)
+++ trunk/opsview-core/lib/Opsview/Utils/PerfdatarrdImporter.pm	2010-11-04 15:24:23 UTC (rev 5306)
@@ -99,7 +99,7 @@
 #
 sub createrrd {
     my ( $host, $service, $start, $db, $labels ) = @_;
-    my ( $f, $v, $t, $ds, $db );
+    my ( $f, $v, $t, $ds );
 
     $f = urlencode("${host}_${service}_${db}") . '.rrd';
     debug( 5, "INSERT Checking $Config{rrddir}/$f" );

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to