[Mono-bugs] [Bug 74672][Blo] Changed - SVN r43310 mod_mono: runtime error with Apache 1.3.33

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 20 Apr 2005 15:36:13 -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 gonzalo@ximian.com.

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

--- shadow/74672	2005-04-20 06:29:08.000000000 -0400
+++ shadow/74672.tmp.12483	2005-04-20 15:36:13.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74672
 Product: Mono: Tools
 Version: 1.1
 OS: other
 OS Details: FreeBSD
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Blocker
 Component: mod_mono
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: flashdict@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -44,6 +44,9 @@
 +               apr_table_setn(r->headers_out, name, value);
 +#else
                 apr_table_addn (r->headers_out, name, value);
 +#endif
         }
  }
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-20 15:36 -------
+Fixed