diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-09-15 13:11:17 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-09-15 13:11:17 +0000 |
commit | 5be528c4e51224600e1285a29a4b5e6584944b12 (patch) | |
tree | 897a2d004dafa8ed86ef499bba4fd739496ecf33 /cpp/src | |
parent | Better tracing (diff) | |
download | ice-5be528c4e51224600e1285a29a4b5e6584944b12.tar.bz2 ice-5be528c4e51224600e1285a29a4b5e6584944b12.tar.xz ice-5be528c4e51224600e1285a29a4b5e6584944b12.zip |
Fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/LocatorI.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/LocatorI.cpp b/cpp/src/IceGrid/LocatorI.cpp index 985863972f4..ff26f903d69 100644 --- a/cpp/src/IceGrid/LocatorI.cpp +++ b/cpp/src/IceGrid/LocatorI.cpp @@ -271,8 +271,7 @@ LocatorI::Request::sendResponse() } Ice::ObjectPrx proxy = _locator->getCommunicator()->stringToProxy("dummy:default"); - proxy->ice_newEndpoints(endpoints); - _amdCB->ice_response(proxy); + _amdCB->ice_response(proxy->ice_newEndpoints(endpoints)); } } |