diff options
Diffstat (limited to 'cpp/src/IceGrid/RegistryI.cpp')
-rw-r--r-- | cpp/src/IceGrid/RegistryI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/RegistryI.cpp b/cpp/src/IceGrid/RegistryI.cpp index f4cad69f184..64272b1d16f 100644 --- a/cpp/src/IceGrid/RegistryI.cpp +++ b/cpp/src/IceGrid/RegistryI.cpp @@ -992,11 +992,11 @@ RegistryI::shutdown() } Ice::ObjectPrx -RegistryI::createAdminCallbackProxy(const Identity& identity) const +RegistryI::createAdminCallbackProxy(const Identity& id) const { if(_adminCallbackRouterAdapter != 0) { - return _adminCallbackRouterAdapter->createProxy(identity); + return _adminCallbackRouterAdapter->createProxy(id); } else { |