summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6f5406e)
raw | patch | inline | side by side (parent: 6f5406e)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Sep 2008 11:23:36 +0000 (11:23 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 29 Sep 2008 11:23:36 +0000 (11:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12557 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/gosa-si-client | patch | blob | history |
diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client
index dc11a0724036810a294b546aa77cd93ba9f99103..79a06d412386c6a77507fd2d98bf0a93b68a2317 100755 (executable)
--- a/gosa-si/gosa-si-client
+++ b/gosa-si/gosa-si-client
my $clmsg_hash = &create_xml_hash("CLMSG_$header", $client_address, $server_address, $content);
&add_content2xml_hash($clmsg_hash, "macaddress", $client_mac_address);
+ my $utc_ts = &get_utc_time();
+ &add_content2xml_hash($clmsg_hash, "timestamp", $utc_ts);
my $clmsg = &create_xml_string($clmsg_hash);
&send_msg_to_target($clmsg, $server_address, $server_key, "CLMSG_$header");