diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-11 00:57:08 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-11 00:57:08 +0000 |
commit | 6345981a237967e0ba2849ded171c85af0c91eaa (patch) | |
tree | e4147344f26f8064491ad6f2d5eb847f32307e10 /ace/RMCast/RMCast_Fragment.cpp | |
parent | 6ef8157e014a7204e1d2439fdfa28330a35bc579 (diff) | |
download | ATCD-6345981a237967e0ba2849ded171c85af0c91eaa.tar.gz |
ChangeLogTag:Tue Oct 10 17:25:32 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/RMCast/RMCast_Fragment.cpp')
-rw-r--r-- | ace/RMCast/RMCast_Fragment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/RMCast/RMCast_Fragment.cpp b/ace/RMCast/RMCast_Fragment.cpp index 976def7a241..2d4389c1a92 100644 --- a/ace/RMCast/RMCast_Fragment.cpp +++ b/ace/RMCast/RMCast_Fragment.cpp @@ -36,7 +36,7 @@ ACE_RMCast_Fragment::data (ACE_RMCast::Data &received_data) ACE_Message_Block *mb = data.payload; // @@ We should keep the total size precomputed - data.total_size = mb->total_size (); + data.total_size = mb->total_length (); // We must leave room for the header #if defined (ACE_HAS_BROKEN_DGRAM_SENDV) |