From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] BUG10806: fix wrong customhostgroupcheck Date: Fri, 16 Oct 2015 16:51:05 +0100 Message-ID: <1445010665.18375.78.camel@ipfire.org> In-Reply-To: <1444979636-4110-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8226881282492352633==" List-Id: --===============8226881282492352633== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit What does this patch do? http://wiki.ipfire.org/devel/git/commit-messages On Fri, 2015-10-16 at 09:13 +0200, Alexander Marx wrote: > Signed-off-by: Alexander Marx > --- > html/cgi-bin/firewall.cgi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/html/cgi-bin/firewall.cgi b/html/cgi-bin/firewall.cgi > index c207ec7..682c285 100644 > --- a/html/cgi-bin/firewall.cgi > +++ b/html/cgi-bin/firewall.cgi > @@ -597,7 +597,7 @@ sub checktarget > &General::readhasharray("$confighost", > \%customhost); > foreach my $grpkey (sort keys %customgrp){ > foreach my $hostkey (sort keys %customhost){ > - if ($customgrp{$grpkey}[2] eq > $customhost{$hostkey}[0] && $customhost{$hostkey}[1] eq 'mac'){ > + if ($customgrp{$grpkey}[2] eq > $customhost{$hostkey}[0] && $customgrp{$grpkey}[2] eq > $fwdfwsettings{$fwdfwsettings{'grp2'}} && $customhost{$hostkey}[1] eq > 'mac'){ > $hint=$Lang::tr{'fwdfw hint > mac'}; > return $hint; > } --===============8226881282492352633== Content-Type: application/pgp-signature Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="signature.asc" MIME-Version: 1.0 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KVmVyc2lvbjogR251UEcgdjEKCmlRSWNCQUFC Q2dBR0JRSldJUnpwQUFvSkVJQjU4UDl2a0FrSFBEb1FBSlc0WFhYVmtxM1U1cGttSGJMRUNOcC8K bmFuVzQ2a1JRcEFsSm9rc283TmpEMEJ4UFVyS2hjM05UeUVIcVptRXhtbDdKS2s0QzF2MU5meC9l VkpXMVNtVgp3a2tzL3hGSGQxNmZCWWdxd1JqNDVBMEh0bmRsa0FuUnBJUXFDQ3FmVGp1WDBIMHdw SjdBL0poY3V6QThBZWd5CkZLcFZBeHd1TU9Tc2dKT0h5QnR3NWJYeCtaRS8zaEpJMmFJTUp0WjF5 bnFZTlIxVUlBM2xpV0dEWlF1SGlSdTIKRzhCVkE1ZGNwMjR6UFA4Q2VsSm9tWWhsVGtIcWNVcjND Y3FMRE1oTG5lMDEvT2dnUCtvMWhmNjVmcFVFdi85VQpYMG9WNzErRFNJWGFFamdnWkRaN2ZLVjJ0 VE9qZ1BJZTR3a3RQekEwRjZEdTN3a0xxSTJLbEFTU25BcEVGa1RSCi9JR1BVaFhvcTR4TDFUaVBk QUtLQ3I5ZzNnbFdXMjlKSWxVTStxeVZmQ29WRFM4UGVCbXJ6YTlsMDduVmZFRXkKSVVoTVphV3VX WVRWNERjaG1EWU0zb09vanBaTld1ZTI5V2pyNU9TaDJnL1FFVXBoWWQxU1R3NHJ3bFhFbGsvUAox bGpYbE9OeGM0bnczYWtIR1krR3hGbXIwbXZHaU1hclEzNURYOThpaWpkYmszbnFXN0haSVlZdXJC bFBHQkFKCmpBOUkxdzFyMDR1ZXM2SlBoWElBOUdKc2xSRXBXM0ZRN3BOSll3emU4bWlqckpma2ZL OTIzTEZLQ1BrSW0zZEUKaEl5R0psb2lNeER5N25yeVZJN1E4MUYyMHZlblhkYUgwSWEvWWY0Z2Nq cndtNVNnd3kxYVhKVVA3bWxmZDE3eAowa3R3QzJrd2ZoemVQRnRMbGZ6Qwo9ZHVXYgotLS0tLUVO RCBQR1AgU0lHTkFUVVJFLS0tLS0K --===============8226881282492352633==--