From e134a4020885701b583b8af2e9d0414b090512f6 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Sun, 10 Sep 2006 19:01:04 +0000 Subject: Added select_test() function to allow selecting on no sockets on Winsock. --- tests/libtest/lib503.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib503.c') diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index aeb85db36..4e7ac82db 100644 --- a/tests/libtest/lib503.c +++ b/tests/libtest/lib503.c @@ -67,7 +67,7 @@ int test(char *URL) return 89; } - if (select(max_fd+1, &rd, &wr, &exc, &interval) == -1) { + if (select_test(max_fd+1, &rd, &wr, &exc, &interval) == -1) { fprintf(stderr, "bad select??\n"); return 95; } -- cgit v1.2.3