[Mono-bugs] [Bug 79211][Nor] Changed - Hostname Resolution Broken in 1.1.17

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 6 05:28:05 EDT 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 robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=79211

--- shadow/79211	2006-09-05 16:42:44.000000000 -0400
+++ shadow/79211.tmp.7736	2006-09-06 05:28:05.000000000 -0400
@@ -82,6 +82,21 @@
                 return(PF_INET6);
         } else {
                 return(PF_UNSPEC);
         }
 
 That ordering makes a little more sense to me in any case.
+
+------- Additional Comments From robertj at gmx.net  2006-09-06 05:28 -------
+Please try this:
+
+In get_family_hint () remove your local changes and
+
+after the line
+
+vtable = mono_class_vtable (mono_domain_get (), socket_class);
+
+insert
+
+mono_runtime_class_init (vtable);
+
+


More information about the mono-bugs mailing list