diff options
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 e55f4b64f45..5034884d1da 100644 --- a/cpp/src/IcePack/Forward.cpp +++ b/cpp/src/IcePack/Forward.cpp @@ -42,7 +42,7 @@ IcePack::Forward::locate(const ObjectAdapterPtr& adapter, const Current& current // // Look up the server description // - ServerDescription desc = _admin->find(current.identity, current); + ServerDescription desc = _admin->find(current.id, current); // // If we didn't find a server description, we return null, meaning |