aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemontest_get.c')
-rw-r--r--src/daemon/daemontest_get.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/daemontest_get.c b/src/daemon/daemontest_get.c
index daea7a39..01612dfa 100644
--- a/src/daemon/daemontest_get.c
+++ b/src/daemon/daemontest_get.c
@@ -321,11 +321,13 @@ int
321main (int argc, char *const *argv) 321main (int argc, char *const *argv)
322{ 322{
323 unsigned int errorCount = 0; 323 unsigned int errorCount = 0;
324 // int i;
324 325
325 oneone = NULL != strstr (argv[0], "11"); 326 oneone = NULL != strstr (argv[0], "11");
326 if (0 != curl_global_init (CURL_GLOBAL_WIN32)) 327 if (0 != curl_global_init (CURL_GLOBAL_WIN32))
327 return 2; 328 return 2;
328 errorCount += testInternalGet (); 329 errorCount += testInternalGet ();
330 // for (i=0;i<10000;i++)
329 errorCount += testMultithreadedGet (); 331 errorCount += testMultithreadedGet ();
330 errorCount += testExternalGet (); 332 errorCount += testExternalGet ();
331 if (errorCount != 0) 333 if (errorCount != 0)