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=81240 --- shadow/81240 2007-03-26 15:52:18.000000000 -0500 +++ shadow/81240.tmp.27487 2007-03-26 15:52:18.000000000 -0500 @@ -0,0 +1,39 @@ +Bug#: 81240 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: HostName property of HostEntry class gives inconsistent result + +Description of Problem: +The HostName property returns mono.site the first time a bad IP is given +and the bad IP each subsequent time. + +Steps to reproduce the problem: +Get HostEntry asynchronously for 127.0.0.1, 127.0.0.2, 127.0.0.3 +Report the hostname of each +Actual Results: +localhost, mono.site, 127.0.0.3 + +Expected Results: +localhost, 127.0.0.2, 127.0.0.3 + +How often does this happen? +Every time. + +Additional Information: +Actually, an error would also be OK since these are bogus IPs. I am just +looking for a consistent behavior. + +Thanks! _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
