-test now passes
authorChristian Grothoff <christian@grothoff.org>
Tue, 24 Jan 2012 20:22:46 +0000 (20:22 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 24 Jan 2012 20:22:46 +0000 (20:22 +0000)
src/vpn/test_gnunet_vpn.c

index f54bea6b327c4eca26e44526866d124500aae8bb..6b0377f48eaebaba9524d4f8f4907de79e37e28a 100644 (file)
@@ -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);