Index: socket-io.c
===================================================================
--- socket-io.c	(revision 126409)
+++ socket-io.c	(working copy)
@@ -2387,7 +2387,7 @@
 			/* If requesting "" and there are no other interfaces up, MS returns 127.0.0.1 */
 			*h_addr_list = mono_array_new(domain, mono_get_string_class (), 1);
 			mono_array_setref (*h_addr_list, 0, mono_string_new (domain, "127.0.0.1"));
-			n_local_in = 1;
+			nlocal_in = 1;
 			return TRUE;
 		}
 	}
