From 40962f9760ce8da23ebd5c723d75775e7853943d Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Tue, 4 Mar 2014 14:40:59 +0100 Subject: [PATCH] Firewall: Bugfix - when creating a new hostgroup, the system checked for existing name in servicegroups instead of hostgroups --- html/cgi-bin/fwhosts.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index 34d43f3b1..049233c43 100644 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -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){ -- 2.39.2