summaryrefslogtreecommitdiff
path: root/mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs')
-rw-r--r--mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs b/mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs
index 745c161344..d430e9ccc1 100644
--- a/mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs
+++ b/mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs
@@ -218,7 +218,7 @@ namespace System.Runtime.Remoting.Proxies
}
if (res_msg.LogicalCallContext != null && res_msg.LogicalCallContext.HasInfo)
- CallContext.UpdateCurrentCallContext (res_msg.LogicalCallContext);
+ CallContext.UpdateCurrentLogicalCallContext (res_msg.LogicalCallContext);
exc = res_msg.Exception;