aboutsummaryrefslogtreecommitdiff
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
parent5603840c1b45a0cd46e3d5cf074d30e65f5bb91a (diff)
-test now passes
-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 f54bea6b32..6b0377f48e 100644
--- a/src/vpn/test_gnunet_vpn.c
+++ b/src/vpn/test_gnunet_vpn.c
@@ -204,11 +204,13 @@ curl_main ()
if (msg->msg == CURLMSG_DONE)
{
if (msg->data.result != CURLE_OK)
+ {
printf ("%s failed at %s:%d: `%s'\n",
"curl_multi_perform",
__FILE__,
__LINE__, curl_easy_strerror (msg->data.result));
- global_ret = 1;
+ global_ret = 1;
+ }
}
curl_multi_remove_handle (multi, curl);
curl_multi_cleanup (multi);