From 67c40dfeba4271df03293251ad1499d4be91622b Mon Sep 17 00:00:00 2001 From: slerena Date: Thu, 8 Sep 2011 11:37:22 +0000 Subject: [PATCH] 2011-09-08 Sancho Lerena MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * lib/PandoraFMS/Network.pm: Missing include for function SNMP::translateObj. Added SNMP include: I don't understand why that was missing ¿?. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4928 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 6 ++++++ pandora_server/lib/PandoraFMS/NetworkServer.pm | 1 + 2 files changed, 7 insertions(+) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index c4d3d43bca..70717c6520 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,9 @@ +2011-09-08 Sancho Lerena + + * lib/PandoraFMS/Network.pm: Missing include for function + SNMP::translateObj. Added SNMP include: I don't understand why that + was missing ¿?. + 2011-09-06 Ramon Novoa * lib/PandoraFMS/Core.pm: Fixed action search for event alerts. diff --git a/pandora_server/lib/PandoraFMS/NetworkServer.pm b/pandora_server/lib/PandoraFMS/NetworkServer.pm index 1976143c48..2f8a627d56 100644 --- a/pandora_server/lib/PandoraFMS/NetworkServer.pm +++ b/pandora_server/lib/PandoraFMS/NetworkServer.pm @@ -27,6 +27,7 @@ use Thread::Semaphore; use IO::Socket::INET6; use HTML::Entities; use POSIX qw(strftime); +use SNMP; # Default lib dir for RPM and DEB packages use lib '/usr/lib/perl5';