]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Firewall: Bugfix - when creating a new hostgroup, the system checked for existing...
authorAlexander Marx <alexander.marx@ipfire.org>
Tue, 4 Mar 2014 13:40:59 +0000 (14:40 +0100)
committerAlexander Marx <alexander.marx@ipfire.org>
Tue, 4 Mar 2014 13:40:59 +0000 (14:40 +0100)
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){