Code

- Correct typo
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Feb 2010 23:11:02 +0000 (23:11 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Feb 2010 23:11:02 +0000 (23:11 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15641 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/nagios/contrib/goNagios.pl

index 39205e2409d732d2fa03223d4853ebc3abf30477..de04ad09bcc6c1eafb5d124084a6df382ee8f2d6 100755 (executable)
@@ -124,7 +124,7 @@ my $password=$config_bind{masterPw};
                $stdout.=$groupdescription[$i];
        } else { 
                # We need a valid description entry, so we'll just use the groupname
-               $stdout.=$groupename[$i];
+               $stdout.=$groupname[$i];
        }
 
        $stdout.="\n\tmembers:\t";