summaryrefslogtreecommitdiff
path: root/cpp/src/Glacier/ServerBlobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Glacier/ServerBlobject.cpp')
-rw-r--r--cpp/src/Glacier/ServerBlobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Glacier/ServerBlobject.cpp b/cpp/src/Glacier/ServerBlobject.cpp
index 3f349ba84f9..09cd4044a06 100644
--- a/cpp/src/Glacier/ServerBlobject.cpp
+++ b/cpp/src/Glacier/ServerBlobject.cpp
@@ -37,7 +37,7 @@ Glacier::ServerBlobject::ice_invoke_async(const Ice::AMD_Object_ice_invokePtr& a
{
assert(_clientAdapter); // Destroyed?
- ObjectPrx proxy = _clientAdapter->createReverseProxy(current.id, 0);
+ ObjectPrx proxy = _clientAdapter->createReverseProxy(current.id);
assert(proxy);
invoke(proxy, amdCB, inParams, current);