diff options
Diffstat (limited to 'src/testcurl/https/test_https_session_info.c')
-rw-r--r-- | src/testcurl/https/test_https_session_info.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testcurl/https/test_https_session_info.c b/src/testcurl/https/test_https_session_info.c index c1bb31ef..c3ddae4f 100644 --- a/src/testcurl/https/test_https_session_info.c +++ b/src/testcurl/https/test_https_session_info.c | |||
@@ -141,9 +141,9 @@ test_query_session (void) | |||
141 | port = dinfo->port; | 141 | port = dinfo->port; |
142 | } | 142 | } |
143 | 143 | ||
144 | gen_test_file_url (url, | 144 | gen_test_uri (url, |
145 | sizeof (url), | 145 | sizeof (url), |
146 | port); | 146 | port); |
147 | c = curl_easy_init (); | 147 | c = curl_easy_init (); |
148 | #ifdef _DEBUG | 148 | #ifdef _DEBUG |
149 | curl_easy_setopt (c, CURLOPT_VERBOSE, 1L); | 149 | curl_easy_setopt (c, CURLOPT_VERBOSE, 1L); |