public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] firewall.cgi: Remove faulty assignments for selected hash.
@ 2021-07-11 17:54 Stefan Schantl
  2021-07-11 17:54 ` [PATCH 2/3] firewall.cgi: Fix multiple usage of configured net or interface Stefan Schantl
  2021-07-11 17:54 ` [PATCH 3/3] firewall.cgi: Make checked and selected hashes private for each single function Stefan Schantl
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Schantl @ 2021-07-11 17:54 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1015 bytes --]

The removed assignments are wrong because both are trying to assign
something different to the same key and will overwrite each other.

Secondary the assignment to the hash is not needed at this place, so it
safely can be removed.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 html/cgi-bin/firewall.cgi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/html/cgi-bin/firewall.cgi b/html/cgi-bin/firewall.cgi
index 70dee8d3c..d3cddfa23 100644
--- a/html/cgi-bin/firewall.cgi
+++ b/html/cgi-bin/firewall.cgi
@@ -1022,8 +1022,6 @@ sub gen_dd_block
 	$checked{'TIME_SUN'}{$fwdfwsettings{'TIME_SUN'}} 		= 'CHECKED';
 	$selected{'TIME_FROM'}{$fwdfwsettings{'TIME_FROM'}}		= 'selected';
 	$selected{'TIME_TO'}{$fwdfwsettings{'TIME_TO'}}			= 'selected';
-	$selected{'ipfire'}{$fwdfwsettings{$fwdfwsettings{'grp1'}}} ='selected';
-	$selected{'ipfire'}{$fwdfwsettings{$fwdfwsettings{'grp2'}}} ='selected';
 print<<END;
 		<table width='100%' border='0'>
 		<tr><td width='50%' valign='top'>
-- 
2.30.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-11 17:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-11 17:54 [PATCH 1/3] firewall.cgi: Remove faulty assignments for selected hash Stefan Schantl
2021-07-11 17:54 ` [PATCH 2/3] firewall.cgi: Fix multiple usage of configured net or interface Stefan Schantl
2021-07-11 17:54 ` [PATCH 3/3] firewall.cgi: Make checked and selected hashes private for each single function Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox