]> git.ipfire.org Git - ipfire-2.x.git/commit
firewall.cgi: Remove faulty assignments for selected hash.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 11 Jul 2021 17:54:16 +0000 (19:54 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 2 Sep 2021 08:56:07 +0000 (08:56 +0000)
commit0e9b16472230a7f1022cebc445615905574e3e23
treeeb7e053c0f44a385f4c7af0585fd5ae7f07e0671
parentee2cd894cde65bf963dc64ebb6f30ddc581c9136
firewall.cgi: Remove faulty assignments for selected hash.

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@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
html/cgi-bin/firewall.cgi