aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib504.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-09-10 19:01:04 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-09-10 19:01:04 +0000
commite134a4020885701b583b8af2e9d0414b090512f6 (patch)
treeb93c895fb130564d17bce96d13c73b63edb7918a /tests/libtest/lib504.c
parent690888cfc107c16980785195ca9e05acba51593a (diff)
Added select_test() function to allow selecting on no sockets on
Winsock.
Diffstat (limited to 'tests/libtest/lib504.c')
-rw-r--r--tests/libtest/lib504.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c
index 5ba9362bb..843e9ebd0 100644
--- a/tests/libtest/lib504.c
+++ b/tests/libtest/lib504.c
@@ -77,7 +77,7 @@ int test(char *URL)
ret = 3;
break;
}
- rc = select(max_fd+1, &rd, &wr, &exc, &interval);
+ rc = select_test(max_fd+1, &rd, &wr, &exc, &interval);
fprintf(stderr, "select returned %d\n", rc);
/* we only allow a certain number of loops to avoid hanging here