[Mono-bugs] [Bug 76966][Nor] Changed - [PATCH]
Directory.GetDirectories() returns unix domain sockets
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 3 09:37:46 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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76966
--- shadow/76966 2006-01-03 09:18:45.000000000 -0500
+++ shadow/76966.tmp.14925 2006-01-03 09:37:46.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 76966
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: sebastien at ximian.com
ReportedBy: gnome at flowerday.cx
QAContact: mono-bugs at ximian.com
@@ -39,6 +39,10 @@
------- Additional Comments From sebastien at ximian.com 2006-01-03 09:18 -------
The problem was in the runtime. We weren't processing sockets as a
special case and they turned out to be seen as directories.
Sockets (0140000) != Directory (040000) + Regular file (0100000)
+
+------- Additional Comments From sebastien at ximian.com 2006-01-03 09:37 -------
+Fixed in SVN (r55004).
+Thanks for the sample code.
More information about the mono-bugs
mailing list