summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/Container_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/Container_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/Container_i.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/Container_i.cpp b/TAO/orbsvcs/orbsvcs/IFRService/Container_i.cpp
index ee715d9b553..17b6a7e19ed 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/Container_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/Container_i.cpp
@@ -2329,14 +2329,9 @@ TAO_Container_i::create_value_common (
this->repo_,
CORBA::dk_Value);
- ACE_TString base_value_id;
- this->repo_->config ()->get_string_value (TAO_IFR_Service_Utils::tmp_key_,
- "id",
- base_value_id);
-
this->repo_->config ()->set_string_value (new_key,
"base_value",
- base_value_id);
+ base_path);
}
CORBA::ULong length = abstract_base_values.length ();