diff options
Diffstat (limited to 'src/daemon/daemontest_put.c')
-rw-r--r-- | src/daemon/daemontest_put.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/daemon/daemontest_put.c b/src/daemon/daemontest_put.c index 7c047887..198eb0f8 100644 --- a/src/daemon/daemontest_put.c +++ b/src/daemon/daemontest_put.c | |||
@@ -148,9 +148,9 @@ testInternalPut () | |||
148 | curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1); | 148 | curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1); |
149 | if (CURLE_OK != (errornum = curl_easy_perform (c))) | 149 | if (CURLE_OK != (errornum = curl_easy_perform (c))) |
150 | { | 150 | { |
151 | fprintf(stderr, | 151 | fprintf (stderr, |
152 | "curl_easy_perform failed: `%s'\n", | 152 | "curl_easy_perform failed: `%s'\n", |
153 | curl_easy_strerror(errornum)); | 153 | curl_easy_strerror (errornum)); |
154 | curl_easy_cleanup (c); | 154 | curl_easy_cleanup (c); |
155 | MHD_stop_daemon (d); | 155 | MHD_stop_daemon (d); |
156 | return 2; | 156 | return 2; |
@@ -212,9 +212,9 @@ testMultithreadedPut () | |||
212 | curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1); | 212 | curl_easy_setopt (c, CURLOPT_NOSIGNAL, 1); |
213 | if (CURLE_OK != (errornum = curl_easy_perform (c))) | 213 | if (CURLE_OK != (errornum = curl_easy_perform (c))) |
214 | { | 214 | { |
215 | fprintf(stderr, | 215 | fprintf (stderr, |
216 | "curl_easy_perform failed: `%s'\n", | 216 | "curl_easy_perform failed: `%s'\n", |
217 | curl_easy_strerror(errornum)); | 217 | curl_easy_strerror (errornum)); |
218 | curl_easy_cleanup (c); | 218 | curl_easy_cleanup (c); |
219 | MHD_stop_daemon (d); | 219 | MHD_stop_daemon (d); |
220 | return 32; | 220 | return 32; |