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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78917 --- shadow/78917 2006-07-21 03:08:21.000000000 -0400 +++ shadow/78917.tmp.13461 2006-07-25 09:41:29.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 78917 Product: Mono: Runtime Version: unspecified OS: other OS Details: GNU/kFreeBSD -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: io-layer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -51,6 +51,9 @@ + while ((p = strchr(p, '\\'))) *p = '_'; + p = ubuf.machine; + while ((p = strchr(p, '\\'))) *p = '_'; } fake_name = g_getenv ("MONO_SHARED_HOSTNAME"); + +------- Additional Comments From [EMAIL PROTECTED] 2006-07-25 09:41 ------- +Fixed in svn r62955 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
