[Mono-bugs] [Bug 73356][Blo] Changed - mod_mono is not deleting the socket file when the default socket name is being used.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Mar 2005 18:04:13 -0500 (EST)
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=73356
--- shadow/73356 2005-03-04 14:03:36.000000000 -0500
+++ shadow/73356.tmp.29076 2005-03-05 18:04:13.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 73356
Product: Mono: Tools
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: mod_mono
AssignedTo: gonzalo@ximian.com
ReportedBy: rlyon@novell.com
QAContact: mono-bugs@ximian.com
@@ -39,6 +39,11 @@
+ fn = get_default_socket_name (pconf, xsp->alias,
SOCKET_FILE);
+
+ remove (fn); /* Don't bother checking error */
+ }
}
+
+------- Additional Comments From gonzalo@ximian.com 2005-03-05 18:04 -------
+Patch is in SVN.
+
+Thanks.