test_https_get_select: fixed usage of uninitialized variable

This commit is contained in:
Evgeny Grin (Karlson2k)
2019-05-26 18:02:51 +03:00
parent f1bf791836
commit 710d79a2ea
@@ -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)