[Mono-bugs] [Bug 47847][Nor] Changed - LogicalCallContext created at wrong time in MethodCallMessage

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 24 Aug 2003 14:51:23 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vladimir@pobox.com.

http://bugzilla.ximian.com/show_bug.cgi?id=47847

--- shadow/47847	2003-08-24 06:26:16.000000000 -0400
+++ shadow/47847.tmp.2413	2003-08-24 14:51:23.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 47847
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vladimir@pobox.com               
 QAContact: mono-bugs@ximian.com
@@ -74,6 +74,10 @@
 
 if (res_msg.LogicalCallContext != null)
 CallContext.SetCurrentCallContext (res_msg.LogicalCallContext);
 
 In any case, the patch is ok. Feel free to commit.
 Thanks!
+
+------- Additional Comments From vladimir@pobox.com  2003-08-24 14:51 -------
+Ah, I forgot to ask about the restoring.. I'll add that in there as
+well and commit.