aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/mhds_session_info_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/mhds_session_info_test.c')
-rw-r--r--src/testcurl/https/mhds_session_info_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/https/mhds_session_info_test.c b/src/testcurl/https/mhds_session_info_test.c
index 67e80746..d57c6037 100644
--- a/src/testcurl/https/mhds_session_info_test.c
+++ b/src/testcurl/https/mhds_session_info_test.c
@@ -167,7 +167,7 @@ test_query_session ()
167 return 2; 167 return 2;
168 168
169 c = curl_easy_init (); 169 c = curl_easy_init ();
170#ifdef DEBUG_CURL_VERBOSE 170#if DEBUG_CURL_VERBOSE
171 curl_easy_setopt (c, CURLOPT_VERBOSE, 1); 171 curl_easy_setopt (c, CURLOPT_VERBOSE, 1);
172#endif 172#endif
173 curl_easy_setopt (c, CURLOPT_URL, url); 173 curl_easy_setopt (c, CURLOPT_URL, url);