mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
test_https_get_select: fixed usage of uninitialized variable
This commit is contained in:
@@ -250,6 +250,7 @@ main (int argc, char *const *argv)
|
||||
unsigned int errorCount = 0;
|
||||
(void)argc; /* Unused. Silent compiler warning. */
|
||||
|
||||
oneone = 0;
|
||||
if (!testsuite_curl_global_init ())
|
||||
return 99;
|
||||
if (NULL == curl_version_info (CURLVERSION_NOW)->ssl_version)
|
||||
|
||||
Reference in New Issue
Block a user