diff options
Diffstat (limited to 'src/testcurl/https/test_https_get_select.c')
-rw-r--r-- | src/testcurl/https/test_https_get_select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c index e3e7af93..056e64ac 100644 --- a/src/testcurl/https/test_https_get_select.c +++ b/src/testcurl/https/test_https_get_select.c @@ -224,7 +224,7 @@ main (int argc, char *const *argv) return -1; } #ifdef EPOLL_SUPPORT - if (0 != (errorCount = testExternalGet (MHD_USE_EPOLL_LINUX_ONLY))) + if (0 != (errorCount = testExternalGet (MHD_USE_EPOLL))) fprintf (stderr, "Fail: %d\n", errorCount); #endif if (0 != (errorCount = testExternalGet (0))) |