From: cajus Date: Thu, 10 Jul 2008 10:38:24 +0000 (+0000) Subject: Added undefined variable X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=61ef6913082ea6fd5ff19ea8b0c847f47377dce4;p=gosa.git Added undefined variable git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11592 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/client/events/opsi.pm b/gosa-si/client/events/opsi.pm index 90c67a2cd..d32423d75 100644 --- a/gosa-si/client/events/opsi.pm +++ b/gosa-si/client/events/opsi.pm @@ -44,6 +44,8 @@ my $client = new JSON::RPC::Client; sub check_res { my $res= shift; + # TODO: We need to return the outhash! + my $out_hash; if($res) { if ($res->is_error) {