From e38bc246c4d359958843fbc64b639ea909de9f05 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 21 Apr 2008 12:23:18 +0000 Subject: [PATCH] Fixed undefined index. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10583 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 7d8a4f494..c383f03bb 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -188,6 +188,7 @@ class gosaSupportDaemon "". "".$release.""; + $ret = array(); if($this->connect()){ $this->o_sock->write($xml_msg); $str = trim($this->o_sock->read()); -- 2.30.2