summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5473ceb)
raw | patch | inline | side by side (parent: 5473ceb)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Nov 2008 17:07:46 +0000 (17:07 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Nov 2008 17:07:46 +0000 (17:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12948 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/opsi_com.pm | patch | blob | history |
index 4ab62316c42a73c3dcf0b2811b048248abf2143d..78ff7d6e9210bc3bd4d12a558939cf8251b8c586 100644 (file)
id => 1,
};
- &main::daemon_log("$session_id DEBUG: send callobj to opsi_client: ".&opsi_callobj2string($callobj), 7);
+ #&main::daemon_log("$session_id DEBUG: send callobj to opsi_client: ".&opsi_callobj2string($callobj), 7);
&main::daemon_log("$session_id DEBUG: waiting for answer from opsi_client!", 7);
- my $opsi_client = new JSON::RPC::Client;
my $res = $opsi_client->call($main::opsi_url, $callobj);
&main::daemon_log("$session_id DEBUG: get answer from opsi_client with number of entries: ".length(@$res), 7);
my %r = ();