[pve-devel] [PATCH] firewall_module_duplicate

Alen Grizonic a.grizonic at proxmox.com
Wed Jun 24 13:46:09 CEST 2015


removed duplicated line of Data::Dumper use

Signed-off-by: Alen Grizonic <a.grizonic at proxmox.com>
---
 src/PVE/Firewall.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm
index f0c105e..0049403 100644
--- a/src/PVE/Firewall.pm
+++ b/src/PVE/Firewall.pm
@@ -113,8 +113,6 @@ eval  {
 
 };
 
-use Data::Dumper;
-
 my $nodename = PVE::INotify::nodename();
 
 my $pve_fw_lock_filename = "/var/lock/pvefw.lck";
-- 
2.1.4





More information about the pve-devel mailing list