mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
fix
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user