diff options
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) |