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 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 |