diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index 20e4fc9d32..14d7a7e3a4 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,3 +1,8 @@ +2010-11-02 Raul Mateos + + * tentacle_client: Fixed year from last commit. Converted some spaces + to tab. + 2010-11-02 Miguel de Dios * ChangeLog: uploaded lost lines of my commit of yesterday. @@ -16,7 +21,7 @@ * SunOS/make_solaris_package/prototype: Added nagios_plugin_wrapper. -2010-10-15 SAncho Lerena +2010-10-15 Sancho Lerena * plugins/nagios_plugin_wrapper: Added new plugin. diff --git a/pandora_agents/unix/tentacle_client b/pandora_agents/unix/tentacle_client index 41442fdca0..6167215873 100755 --- a/pandora_agents/unix/tentacle_client +++ b/pandora_agents/unix/tentacle_client @@ -2,7 +2,7 @@ ################################################################################ # # Copyright (c) 2007-2008 Ramon Novoa -# Copyright (c) 2007-2008 Artica Soluciones Tecnologicas S.L. +# Copyright (c) 2007-2010 Artica Soluciones Tecnologicas S.L. # # tentacle_client.pl Tentacle Client. See http://www.openideas.info/wiki for # protocol description. @@ -298,8 +298,8 @@ sub start_client { # Connect to server $t_socket = IO::Socket::INET->new ( - PeerAddr => $t_address, - PeerPort => $t_port, + PeerAddr => $t_address, + PeerPort => $t_port, ); if (! defined ($t_socket)) {