From 2642db629d15c39e700af224f86e88aaa8a24d40 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 26 Oct 2007 09:13:46 +0000 Subject: [PATCH] Closes #237 Just a test commit git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7676 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_terminalInfo.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/systems/class_terminalInfo.inc b/plugins/admin/systems/class_terminalInfo.inc index f2678b4cc..0a21884d2 100644 --- a/plugins/admin/systems/class_terminalInfo.inc +++ b/plugins/admin/systems/class_terminalInfo.inc @@ -115,7 +115,7 @@ class terminfo extends plugin /* Fill data if we have snmp */ $host= $this->cn; - /* Use goto as snmp community or the configured value from the config */ + /* Use 'goto' as snmp community or the configured value from the config */ $community= 'goto'; $str = search_config($this->config->data['TABS'],"terminfo","SNMPCOMMUNITY"); if(!empty($str)){ -- 2.30.2