gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8169 - libmicrohttpd/src/testcurl/https
Date: Mon, 2 Feb 2009 00:26:39 -0700 (MST)

Author: grothoff
Date: 2009-02-02 00:26:39 -0700 (Mon, 02 Feb 2009)
New Revision: 8169

Modified:
   libmicrohttpd/src/testcurl/https/mhds_session_info_test.c
Log:
fix

Modified: libmicrohttpd/src/testcurl/https/mhds_session_info_test.c
===================================================================
--- libmicrohttpd/src/testcurl/https/mhds_session_info_test.c   2009-02-02 
07:19:59 UTC (rev 8168)
+++ libmicrohttpd/src/testcurl/https/mhds_session_info_test.c   2009-02-02 
07:26:39 UTC (rev 8169)
@@ -168,7 +168,6 @@
 int
 main (int argc, char *const *argv)
 {
-  FILE *test_fd;
   unsigned int errorCount = 0;
 
   if (curl_check_version (MHD_REQ_CURL_VERSION))
@@ -182,7 +181,7 @@
       return -1;
     }
 
-  errorCount += test_query_session (test_fd);
+  errorCount += test_query_session ();
 
   if (errorCount != 0)
     fprintf (stderr, "Failed test: %s.\n", argv[0]);





reply via email to

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