From: hickert Date: Mon, 14 Jan 2008 11:42:15 +0000 (+0000) Subject: Updated gotomasses. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=84539b1970d8e70a652aff5f35c60864ff61cec9;p=gosa.git Updated gotomasses. -Still not working git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8320 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_socketClient.inc b/gosa-core/include/class_socketClient.inc index 653fc12d6..0ed42a5fa 100644 --- a/gosa-core/include/class_socketClient.inc +++ b/gosa-core/include/class_socketClient.inc @@ -113,8 +113,6 @@ class Socket_Client $str = FALSE; if($this->handle){ - syslog(0,"----------------------------------------HIER----------------------------------"); - /* Check if there is something to read for us */ $read = array("0"=>$this->handle); $write = array(); diff --git a/gosa-core/plugins/addons/gotomasses/class_gotomasses.inc b/gosa-core/plugins/addons/gotomasses/class_gotomasses.inc index 5c8efebcf..f3655367a 100644 --- a/gosa-core/plugins/addons/gotomasses/class_gotomasses.inc +++ b/gosa-core/plugins/addons/gotomasses/class_gotomasses.inc @@ -24,7 +24,7 @@ class gotomasses extends plugin /* Include config object */ $this->config= &$config; $this->divlist = new divListMasses($this->config,$this); - $this->o_queue = new gosaSupportDaemon("10.3.67.111","20082","secret-gosa-password",FALSE,1); + $this->o_queue = new gosaSupportDaemon("10.3.67.111","20082","secret-gosa-password",FALSE,0.2); }