]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/cgi-bin/fwhosts.cgi
Firewall: Bugfix - when creating a new hostgroup, the system checked for existing...
[people/teissler/ipfire-2.x.git] / html / cgi-bin / fwhosts.cgi
index 34d43f3b16d05f331d4cdc9e067ceb98815be888..049233c43c181554a95f7277380dc575ef277b6a 100644 (file)
@@ -2014,7 +2014,7 @@ sub checkname
 }
 sub checkgroup
 {
-       &General::readhasharray("$configsrvgrp", \%customservicegrp );
+       &General::readhasharray("$configgrp", \%customgrp );
        my $name=shift;
        foreach my $key (keys %customservicegrp) {
                if($customservicegrp{$key}[0] eq $name){