From 5f6b328e0cb1727006ea0acb3d7979dd9ec546f8 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 17 Apr 2008 13:29:27 +0000 Subject: [PATCH] Fixed si function git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10540 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_gosaSupportDaemon.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index f14d7a62f..7d8a4f494 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -144,6 +144,7 @@ class gosaSupportDaemon "".$release."". ""; + $ret = array(); if($this->connect()){ $this->o_sock->write($xml_msg); $str = trim($this->o_sock->read()); -- 2.30.2