diff options
Diffstat (limited to 'cpp/test/IceGrid/replicaGroup/Server.cpp')
-rw-r--r-- | cpp/test/IceGrid/replicaGroup/Server.cpp | 1 |
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&) { |