summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bfafcc9)
raw | patch | inline | side by side (parent: bfafcc9)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 16:26:28 +0000 (16:26 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 2 Jun 2008 16:26:28 +0000 (16:26 +0000) |
* under construction
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11155 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11155 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/server/events/gosaTriggered.pm | patch | blob | history |
index 330d77fb5beb1bc482eb2005e6a554cf38834da4..e52ca596aff5b86594ced754b640a36a4a332856 100644 (file)
my $client_hash = &create_xml_hash("ping", $main::server_address, $host_name);
&add_content2xml_hash($client_hash, 'session_id', $session_id);
- my $out_msg = &create_xml_string($out_hash);
- my $error = &main::send_msg_to_target($out_msg, $host_name, $host_key, $header, $session_id);
+ my $client_msg = &create_xml_string($client_hash);
+ my $error = &main::send_msg_to_target($client_msg, $host_name, $host_key, $header, $session_id);
#if ($error != 0) {}
my $message_id;