Title: [opsview] [9779] Remove redundant declaration
Revision
9779
Author
tvoon
Date
2012-08-09 13:51:52 +0100 (Thu, 09 Aug 2012)

Log Message

Remove redundant declaration

Modified Paths


Modified: trunk/opsview-core/bin/nagconfgen.pl
===================================================================
--- trunk/opsview-core/bin/nagconfgen.pl	2012-08-09 12:45:49 UTC (rev 9778)
+++ trunk/opsview-core/bin/nagconfgen.pl	2012-08-09 12:51:52 UTC (rev 9779)
@@ -61,8 +61,6 @@
 # See upgradedb_opsview.pl for setting of lock
 #unlink $opsview4_upgrade_config_generation_lock;
 
-sub warn(@);
-
 # Catch all dies and log to database. If $^S==1, then an exception is caught lower down, so ignore these
 $SIG{__DIE__} = sub {
     return if ( $^S == 1 );
@@ -895,7 +893,7 @@
 	normal_check_interval	$check_interval
 	retry_check_interval	"
               . ( $s->retry_check_interval
-                || ( 1 * $nagios_interval_convert_from_minutes ) )
+                  || ( 1 * $nagios_interval_convert_from_minutes ) )
               . "
 ";
 

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

Reply via email to