INN commit: branches/2.4/scripts (inncheck.in)

INN Commit Russ_Allbery at isc.org
Sat Nov 1 17:34:46 UTC 2008


    Date: Saturday, November 1, 2008 @ 10:34:46
  Author: iulius
Revision: 8152

Fix an undefined variable.

Modified:
  branches/2.4/scripts/inncheck.in

-------------+
 inncheck.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: inncheck.in
===================================================================
--- inncheck.in	2008-11-01 17:34:06 UTC (rev 8151)
+++ inncheck.in	2008-11-01 17:34:46 UTC (rev 8152)
@@ -139,7 +139,7 @@
 	    unless defined $groups{$alias};
     }
     foreach $key ( keys %aliases ) {
-	print "$file:$aliases{$group} aliased to unknown group `$key'.\n"
+	print "$file:$aliases{$key} aliased to unknown group `$key'.\n"
 	    unless defined $groups{$key};
     }
     1;



More information about the inn-committers mailing list