Code

Updated gotomasses.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 14 Jan 2008 11:42:15 +0000 (11:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 14 Jan 2008 11:42:15 +0000 (11:42 +0000)
-Still not working

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8320 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_socketClient.inc
gosa-core/plugins/addons/gotomasses/class_gotomasses.inc

index 653fc12d6a1f0936ba6fd0ec482a74da3145f209..0ed42a5fa3fda35febbf76d423f71a1e342b5f34 100644 (file)
@@ -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();
index 5c8efebcfea7760b74aa10875286105e499a280d..f3655367aa9e115229097d1f79c582d7ec648f5e 100644 (file)
@@ -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);
   }