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=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 [EMAIL PROTECTED]  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);
+
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to