projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5603840
)
-test now passes
author
Christian Grothoff
<christian@grothoff.org>
Tue, 24 Jan 2012 20:22:46 +0000
(20:22 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 24 Jan 2012 20:22:46 +0000
(20:22 +0000)
src/vpn/test_gnunet_vpn.c
patch
|
blob
|
history
diff --git
a/src/vpn/test_gnunet_vpn.c
b/src/vpn/test_gnunet_vpn.c
index f54bea6b327c4eca26e44526866d124500aae8bb..6b0377f48eaebaba9524d4f8f4907de79e37e28a 100644
(file)
--- 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);