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=80593 --- shadow/80593 2007-03-25 21:13:06.000000000 -0500 +++ shadow/80593.tmp.20140 2007-03-27 08:30:56.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80593 Product: Mono: Runtime Version: 1.2 OS: GNU/Linux [Other] OS Details: PowerPC -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: io-layer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -84,6 +84,9 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-03-25 21:13 ------- The issue appears to be that socket-io.c assumes the address is in host order but IPAddress.cs actually stores it little-endian on all architectures. I've attached a patch that converts it on big-endian architectures. + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-27 08:30 ------- +Fixed in svn r75014. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
