From b9ec40f2e8aab686380d8bf22dc1e80b8b463741 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Feb 2009 07:26:39 +0000 Subject: [PATCH] fix --- src/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 index 63c6fd09..7bd797af 100644 --- 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]);