summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/MProfile.cpp')
-rw-r--r--TAO/tao/MProfile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/MProfile.cpp b/TAO/tao/MProfile.cpp
index 6e761046cc3..cc6fb34f23d 100644
--- a/TAO/tao/MProfile.cpp
+++ b/TAO/tao/MProfile.cpp
@@ -325,7 +325,8 @@ TAO_MProfile::init_policy_list (ACE_ENV_SINGLE_ARG_DECL)
// it causes the initialization of the policies
// for the current profile.
- this->get_current_profile ()->policies (ACE_ENV_SINGLE_ARG_PARAMETER);
+ this->get_current_profile ()->get_policies (*this->policy_list_
+ ACE_ENV_ARG_PARAMETER);
ACE_CHECK;
this->is_policy_list_initialized_ = 1;