aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-26 17:44:33 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-26 18:02:51 +0300
commit710d79a2ea4647d73172ba9aa032a4055bea14a8 (patch)
tree21921450dda0b8ec6d2a5bb547027de74300eda6 /src/testcurl
parentf1bf7918364c4b6dd33ebefa4814ec28dbbe08b0 (diff)
downloadlibmicrohttpd-710d79a2ea4647d73172ba9aa032a4055bea14a8.tar.gz
libmicrohttpd-710d79a2ea4647d73172ba9aa032a4055bea14a8.zip
test_https_get_select: fixed usage of uninitialized variable
Diffstat (limited to 'src/testcurl')
-rw-r--r--src/testcurl/https/test_https_get_select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c
index 64be861a..6afb1ba4 100644
--- a/src/testcurl/https/test_https_get_select.c
+++ b/src/testcurl/https/test_https_get_select.c
@@ -250,6 +250,7 @@ main (int argc, char *const *argv)
250 unsigned int errorCount = 0; 250 unsigned int errorCount = 0;
251 (void)argc; /* Unused. Silent compiler warning. */ 251 (void)argc; /* Unused. Silent compiler warning. */
252 252
253 oneone = 0;
253 if (!testsuite_curl_global_init ()) 254 if (!testsuite_curl_global_init ())
254 return 99; 255 return 99;
255 if (NULL == curl_version_info (CURLVERSION_NOW)->ssl_version) 256 if (NULL == curl_version_info (CURLVERSION_NOW)->ssl_version)