summaryrefslogtreecommitdiff
path: root/win32/win32sck.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-02-04 00:44:47 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-02-04 00:44:47 +0000
commitf2bb5751a12fdd22e724ca263d4e207a6f6e123f (patch)
tree26dd3d9a849c3e3400ba997224c3b377b415ffd0 /win32/win32sck.c
parent93bce2dcd9a377cf8ad779ab0e9115bcce1265d2 (diff)
downloadperl-f2bb5751a12fdd22e724ca263d4e207a6f6e123f.tar.gz
[win32] bug: win32_select() must StartSockets()
p4raw-id: //depot/win32/perl@460
Diffstat (limited to 'win32/win32sck.c')
-rw-r--r--win32/win32sck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32sck.c b/win32/win32sck.c
index 5ac2ef6c65..8019cc3986 100644
--- a/win32/win32sck.c
+++ b/win32/win32sck.c
@@ -269,6 +269,7 @@ win32_select(int nfds, Perl_fd_set* rd, Perl_fd_set* wr, Perl_fd_set* ex, const
int i, fd, bit, offset;
FD_SET nrd, nwr, nex, *prd, *pwr, *pex;
+ StartSockets();
PERL_FD_ZERO(&dummy);
if (!rd)
rd = &dummy, prd = NULL;