This commit is contained in:
Christian Grothoff
2009-02-02 07:26:39 +00:00
parent 0cd701236a
commit b9ec40f2e8
+1 -2
View File
@@ -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]);