From c9c7e1e56f358ca4cbffb4df65c7c98a3ff5d477 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 31 May 2005 13:21:38 +0000 Subject: [PATCH] nmp check corrected git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@552 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/setup_checks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/setup_checks.inc b/include/setup_checks.inc index 5c61c691b..9d23c87f1 100644 --- a/include/setup_checks.inc +++ b/include/setup_checks.inc @@ -289,7 +289,7 @@ function perform_php_checks(&$faults) function_exists('kadm5_init_with_password'), FALSE); $msg.= check ( $faults, _("Checking for snmp Module"), _("Simple Network Management Protocol (SNMP) is required for client monitoring."), - function_exists('snmpgetnext'), FALSE); + function_exists('snmpget'), FALSE); return ($msg); } -- 2.30.2