Code

Fixed si function
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Apr 2008 13:29:27 +0000 (13:29 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Apr 2008 13:29:27 +0000 (13:29 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10540 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_gosaSupportDaemon.inc

index f14d7a62f244157c712a3d17854290117454fccf..7d8a4f494c94a1a8a041f0909cff547805d6fbcf 100644 (file)
@@ -144,6 +144,7 @@ class gosaSupportDaemon
       "<release>".$release."</release>".
       "</xml>";
 
+    $ret = array();
     if($this->connect()){
       $this->o_sock->write($xml_msg);
       $str = trim($this->o_sock->read());