diff options
author | Marc Laukien <marc@zeroc.com> | 2001-11-29 16:26:33 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-11-29 16:26:33 +0000 |
commit | 5651a067168fb1ada7c2fe38202c0d954f731609 (patch) | |
tree | 5c9bcbf29d2d3a97e8c5b0e9e774cce28222c2a3 /cpp/src/IcePack/Forward.cpp | |
parent | initial check-in (diff) | |
download | ice-5651a067168fb1ada7c2fe38202c0d954f731609.tar.bz2 ice-5651a067168fb1ada7c2fe38202c0d954f731609.tar.xz ice-5651a067168fb1ada7c2fe38202c0d954f731609.zip |
more current/context stuff
Diffstat (limited to 'cpp/src/IcePack/Forward.cpp')
-rw-r--r-- | cpp/src/IcePack/Forward.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Forward.cpp b/cpp/src/IcePack/Forward.cpp index acdf45dae46..82d7a6d9a51 100644 --- a/cpp/src/IcePack/Forward.cpp +++ b/cpp/src/IcePack/Forward.cpp @@ -53,7 +53,7 @@ IcePack::Forward::locate(const ObjectAdapterPtr& adapter, const Current& current // // Look up the server description // - ServerDescription desc = _admin->find(current.identity); + ServerDescription desc = _admin->find(current.identity, current); // // If we didn't find a server description, we return null, meaning |