aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/mhds_session_info_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/mhds_session_info_test.c')
-rw-r--r--src/testcurl/https/mhds_session_info_test.c3
1 files changed, 1 insertions, 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 ()
168int 168int
169main (int argc, char *const *argv) 169main (int argc, char *const *argv)
170{ 170{
171 FILE *test_fd;
172 unsigned int errorCount = 0; 171 unsigned int errorCount = 0;
173 172
174 if (curl_check_version (MHD_REQ_CURL_VERSION)) 173 if (curl_check_version (MHD_REQ_CURL_VERSION))
@@ -182,7 +181,7 @@ main (int argc, char *const *argv)
182 return -1; 181 return -1;
183 } 182 }
184 183
185 errorCount += test_query_session (test_fd); 184 errorCount += test_query_session ();
186 185
187 if (errorCount != 0) 186 if (errorCount != 0)
188 fprintf (stderr, "Failed test: %s.\n", argv[0]); 187 fprintf (stderr, "Failed test: %s.\n", argv[0]);