[Mono-bugs] [Bug 76496][Wis] Changed - GetSocketOption Error
returns native error code
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 21 07:50:27 EDT 2005
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 dick at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76496
--- shadow/76496 2005-10-21 03:29:33.000000000 -0400
+++ shadow/76496.tmp.3336 2005-10-21 07:50:27.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 76496
Product: Mono: Class Libraries
Version: 1.0
OS: Mac OS X 10.3
OS Details: Tiger 10.4.2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: matthew at zeroc.com
QAContact: mono-bugs at ximian.com
@@ -52,6 +52,9 @@
SO_RCVTIMEO and SO_SNDTIMEO). Something like this:
if (optname == SO_ERROR)
*((int *) optval) = errno_to_WSA(*((int *) optval),
__func__);
}
+
+------- Additional Comments From dick at ximian.com 2005-10-21 07:50 -------
+I added this a week or two ago
More information about the mono-bugs
mailing list