summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/Forward.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/Forward.cpp')
-rw-r--r--cpp/src/IcePack/Forward.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/Forward.cpp b/cpp/src/IcePack/Forward.cpp
index ffce65f468f..490e508e4db 100644
--- a/cpp/src/IcePack/Forward.cpp
+++ b/cpp/src/IcePack/Forward.cpp
@@ -28,7 +28,7 @@ Forward::locate(const ObjectAdapterPtr& adapter, const string& identity, ObjectP
if (desc)
{
assert(desc->object);
- throw LocationForward(proxy);
+ throw LocationForward(desc->object);
}
return 0;
}