[Mono-bugs] [Bug 61828][Nor] Changed - Socket.Handle does not return valid OS file descriptor.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 11 Aug 2004 10:24:57 -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 dick@ximian.com.

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

--- shadow/61828	2004-07-22 12:02:12.000000000 -0400
+++ shadow/61828.tmp.20953	2004-08-11 10:24:57.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 61828
 Product: Mono: Runtime
 Version: unspecified
 OS: SUSE 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: dick@ximian.com                            
 ReportedBy: kevin@attix5.com               
 QAContact: mono-bugs@ximian.com
@@ -38,6 +38,9 @@
 
 Additional Information:
 Looking at Mono code it seems that Socket.Handle returns a handle to some 
 struct which contains the actual FS. This is a useless handle if it does 
 not return the actual OS File Descriptor. It should work like it does on 
 Windows.
+
+------- Additional Comments From dick@ximian.com  2004-08-11 10:24 -------
+Fixed in CVS