libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit b9ec40f2e8aab686380d8bf22dc1e80b8b463741
parent 0cd701236adc62c3aed4b60445e5c24d0e7e7209
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  2 Feb 2009 07:26:39 +0000

fix

Diffstat:
Msrc/testcurl/https/mhds_session_info_test.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/testcurl/https/mhds_session_info_test.c b/src/testcurl/https/mhds_session_info_test.c @@ -168,7 +168,6 @@ test_query_session () 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 @@ main (int argc, char *const *argv) return -1; } - errorCount += test_query_session (test_fd); + errorCount += test_query_session (); if (errorCount != 0) fprintf (stderr, "Failed test: %s.\n", argv[0]);