mirror of
git://git.proxmox.com/git/pve-firewall.git
synced 2025-01-19 14:03:53 +03:00
Thomas Lamprecht
521148df13
fix variables declared in conditional statement
as that can trigger hard to reproduce/debug bugs; as with such statements the variable won't be necessarily undef if the post-if evaluates to false, but rather will hold the (now bogus) value from the last time it evaluated to true. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Description
No description provided
Languages
Perl
87.8%
C
10.6%
Makefile
1.6%