From 4dfc0b52ce0e90428134bdfa278a68d318eba48b Mon Sep 17 00:00:00 2001 From: slerena Date: Mon, 1 Oct 2012 10:31:54 +0000 Subject: [PATCH] 2012-10-01 Sancho Lerena * util/pandora_manage.pl: Fixed problem in CLI enabling the eacl from command line. Function name was old and not working. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7013 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 5 +++++ pandora_server/util/pandora_manage.pl | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 2375e7cafb..fa283fe01d 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2012-10-01 Sancho Lerena + + * util/pandora_manage.pl: Fixed problem in CLI enabling the eacl from + command line. Function name was old and not working. + 2012-09-28 Ramon Novoa * lib/PandoraFMS/Tools.pm: Fixed an SQL query. diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index c1ad55eac0..efd683d5ce 100755 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -3242,11 +3242,11 @@ sub pandora_manage_main ($$$) { } elsif ($param eq '--disable_eacl') { param_check($ltotal, 0); - cli_disable_eacl ($conf, $dbh); + cli_disable_eacl ($conf, $dbh); } elsif ($param eq '--enable_eacl') { param_check($ltotal, 0); - pandora_enable_eacl ($conf, $dbh); + cli_enable_eacl ($conf, $dbh); } elsif ($param eq '--disable_group') { param_check($ltotal, 1);