summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-24 14:02:58 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-24 14:02:58 +0000
commita32ddd7f88b52ae97ed62a8615e0dca3bbd83cd6 (patch)
treebaa6284215387bfb833c8b7de9820d46d4122f32 /TAO/tao/MProfile.cpp
parent5ca3320ab0877e1814b551a4c789547bd531aa2a (diff)
downloadATCD-a32ddd7f88b52ae97ed62a8615e0dca3bbd83cd6.tar.gz
ChangeLogTag:Wed Sep 24 09:02:19 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/MProfile.cpp')
-rw-r--r--TAO/tao/MProfile.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/MProfile.cpp b/TAO/tao/MProfile.cpp
index 5f7f5c73d97..40e3a2b2ddd 100644
--- a/TAO/tao/MProfile.cpp
+++ b/TAO/tao/MProfile.cpp
@@ -134,8 +134,7 @@ TAO_MProfile::set (const TAO_MProfile &mprofile)
// this->forward_from_ = 0;
// Now reference all profiles.
-
- for (TAO_PHandle h = 0; h < this->size_; ++h)
+ for (TAO_PHandle h = 0; h < this->last_; ++h)
{
this->pfiles_[h] = mprofile.pfiles_[h];
if (this->pfiles_[h] != 0)