summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c967098)
raw | patch | inline | side by side (parent: c967098)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Jan 2008 11:42:15 +0000 (11:42 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8320 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_socketClient.inc | patch | blob | history | |
gosa-core/plugins/addons/gotomasses/class_gotomasses.inc | patch | blob | history |
index 653fc12d6a1f0936ba6fd0ec482a74da3145f209..0ed42a5fa3fda35febbf76d423f71a1e342b5f34 100644 (file)
$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 5c8efebcfea7760b74aa10875286105e499a280d..f3655367aa9e115229097d1f79c582d7ec648f5e 100644 (file)
/* 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);
}