aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-24 20:22:46 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-24 20:22:46 +0000
commit514980f9db73cc0bbcb310b7161a49f5b94f1e69 (patch)
tree5a01639b78ad6ec7f29c6c3209621413aedb319f /src/vpn
parent5603840c1b45a0cd46e3d5cf074d30e65f5bb91a (diff)
downloadgnunet-514980f9db73cc0bbcb310b7161a49f5b94f1e69.tar.gz
gnunet-514980f9db73cc0bbcb310b7161a49f5b94f1e69.zip
-test now passes
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/test_gnunet_vpn.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vpn/test_gnunet_vpn.c b/src/vpn/test_gnunet_vpn.c
index f54bea6b3..6b0377f48 100644
--- a/src/vpn/test_gnunet_vpn.c
+++ b/src/vpn/test_gnunet_vpn.c
@@ -204,11 +204,13 @@ curl_main ()
204 if (msg->msg == CURLMSG_DONE) 204 if (msg->msg == CURLMSG_DONE)
205 { 205 {
206 if (msg->data.result != CURLE_OK) 206 if (msg->data.result != CURLE_OK)
207 {
207 printf ("%s failed at %s:%d: `%s'\n", 208 printf ("%s failed at %s:%d: `%s'\n",
208 "curl_multi_perform", 209 "curl_multi_perform",
209 __FILE__, 210 __FILE__,
210 __LINE__, curl_easy_strerror (msg->data.result)); 211 __LINE__, curl_easy_strerror (msg->data.result));
211 global_ret = 1; 212 global_ret = 1;
213 }
212 } 214 }
213 curl_multi_remove_handle (multi, curl); 215 curl_multi_remove_handle (multi, curl);
214 curl_multi_cleanup (multi); 216 curl_multi_cleanup (multi);