From fda049f1b078c3b69eedacb59b906ce7f7adc63f Mon Sep 17 00:00:00 2001 From: coryan Date: Wed, 11 Oct 2000 00:57:08 +0000 Subject: ChangeLogTag:Tue Oct 10 17:25:32 2000 Carlos O'Ryan --- ace/RMCast/RMCast_Fragment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ace/RMCast/RMCast_Fragment.cpp') 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) -- cgit v1.2.1