change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
Gurusamy Sarathy [Tue, 12 Sep 2000 17:24:29 +0000 (17:24 +0000)]
initialization in all the threads on Windows

p4raw-link: @6327 on //depot/perl: 0401f8415cd90e2eed98f1f8939fbc02af4a0c74

p4raw-id: //depot/perl@7066

win32/win32.c

index 9cc714f..67e8952 100644 (file)
@@ -4143,7 +4143,7 @@ Perl_sys_intern_dup(pTHX_ struct interp_intern *src, struct interp_intern *dst)
     Newz(1313, dst->children, 1, child_tab);
     dst->pseudo_id             = 0;
     Newz(1313, dst->pseudo_children, 1, child_tab);
-    dst->thr_intern.Winit_socktype = src->thr_intern.Winit_socktype;
+    dst->thr_intern.Winit_socktype = 0;
 }
 #  endif /* USE_ITHREADS */
 #endif /* HAVE_INTERP_INTERN */