summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2014-09-26 10:18:17 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2014-09-26 10:18:17 +0000
commit9ebba4ef2a95585ac724b61608c38dbdf9400690 (patch)
tree4eb1ece341a43d618f0b9fc0857779d5abc61c4c /TAO/orbsvcs/ImplRepo_Service
parentb62d7b2ef02a5ca9bb5378af37bfd7bc9683a871 (diff)
downloadATCD-9ebba4ef2a95585ac724b61608c38dbdf9400690.tar.gz
ChangeLogTag: Fri Sep 26 10:16:30 UTC 2014 Olli Savia <ops@iki.fi>
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp b/TAO/orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp
index ef66c17916d..bbd03927044 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp
@@ -1069,7 +1069,7 @@ Shared_Backing_Store::load_server (Server_Info *info,
si->server = ImplementationRepository::ServerObject::_narrow (obj.in ());
this->opts_.pinger ()->add_server (info->key_name_.c_str (),
this->opts_.ping_external (),
- si->server);
+ si->server.in ());
}
}