INN commit: trunk/scripts (inncheck.in)
INN Commit
Russ_Allbery at isc.org
Sat Nov 1 17:34:07 UTC 2008
Date: Saturday, November 1, 2008 @ 10:34:06
Author: iulius
Revision: 8151
Fix an undefined variable.
Modified:
trunk/scripts/inncheck.in
-------------+
inncheck.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: inncheck.in
===================================================================
--- inncheck.in 2008-10-27 07:04:27 UTC (rev 8150)
+++ inncheck.in 2008-11-01 17:34:06 UTC (rev 8151)
@@ -132,7 +132,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