summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/replicaGroup/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/replicaGroup/Server.cpp')
-rw-r--r--cpp/test/IceGrid/replicaGroup/Server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/replicaGroup/Server.cpp b/cpp/test/IceGrid/replicaGroup/Server.cpp
index 4351aeddb90..52cea5f5156 100644
--- a/cpp/test/IceGrid/replicaGroup/Server.cpp
+++ b/cpp/test/IceGrid/replicaGroup/Server.cpp
@@ -30,6 +30,7 @@ Server::run(int argc, char* argv[])
try
{
adapter->activate();
+ communicator()->getAdmin();
}
catch(const Ice::ObjectAdapterDeactivatedException&)
{