[Mono-bugs] [Bug 77933][Nor] Changed - Wrong argument to
apr_socket_create on Apache2
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Mar 27 19:20:09 EST 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77933
--- shadow/77933 2006-03-27 16:57:07.000000000 -0500
+++ shadow/77933.tmp.2793 2006-03-27 19:20:09.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77933
Product: Mono: Tools
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: mod_mono
AssignedTo: gonzalo at ximian.com
ReportedBy: niceckng at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -49,6 +49,12 @@
#ifdef APACHE2
- rv = apr_socket_create (sock, family, SOCK_STREAM, pool);
+ rv = apr_socket_create (sock, family, SOCK_STREAM, 0, pool);
#else
(*sock)->fd = ap_psocket (pool, family, SOCK_STREAM, 0);
(*sock)->pool = pool;
+
+------- Additional Comments From gonzalo at ximian.com 2006-03-27 19:20 -------
+Fixed in svn HEAD and 1-1-13.
+apr_socket_create got the new 'protocol' argument in apr 1.0.0 and
+http 2.0.55 has apr 0.9.7, so the number of arguments depend on the
+APR version used.
More information about the mono-bugs
mailing list