ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/ihost-perl/ihost.pl
(Generate patch)

Comparing projects/cms/source/host/ihost-perl/ihost.pl (file contents):
Revision 1.38 by tdb, Mon Nov 19 15:07:56 2001 UTC vs.
Revision 1.39 by tdb, Mon Nov 19 17:43:00 2001 UTC

# Line 277 | Line 277 | sub send_udp_packet() {
277      push(@data, "packet.attributes.type=data");
278      push(@data, "packet.attributes.ip=$ip");
279      
280 +    # sort the data
281 +    @data = sort(@data);
282 +    
283      # turn the array into some nice XML
284      my($xml) = &make_xml("", "");
285      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines