gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13740 - libmicrohttpd/src/testcurl/https


From: gnunet
Subject: [GNUnet-SVN] r13740 - libmicrohttpd/src/testcurl/https
Date: Thu, 18 Nov 2010 22:59:46 +0100

Author: grothoff
Date: 2010-11-18 22:59:46 +0100 (Thu, 18 Nov 2010)
New Revision: 13740

Modified:
   libmicrohttpd/src/testcurl/https/tls_daemon_options_test.c
Log:
report error, but do not fail hard

Modified: libmicrohttpd/src/testcurl/https/tls_daemon_options_test.c
===================================================================
--- libmicrohttpd/src/testcurl/https/tls_daemon_options_test.c  2010-11-18 
21:58:26 UTC (rev 13739)
+++ libmicrohttpd/src/testcurl/https/tls_daemon_options_test.c  2010-11-18 
21:59:46 UTC (rev 13740)
@@ -86,13 +86,13 @@
   gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
   if (curl_check_version (MHD_REQ_CURL_VERSION))
     {
-      return -1;
+      return 0;
     }
 
   if (0 != curl_global_init (CURL_GLOBAL_ALL))
     {
       fprintf (stderr, "Error: %s\n", strerror (errno));
-      return -1;
+      return 0; 
     }
   errorCount +=
     test_wrap ("TLS1.0-AES-SHA1",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]