aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-09-11 02:51:16 +0000
committerChristian Grothoff <christian@grothoff.org>2008-09-11 02:51:16 +0000
commitfac89fd011aadc1a45212361f49aef96c474e37b (patch)
tree739e49aad2b9e121f33d2a34a4a5890eab3c3c52
parentd6aff032347ea051610fd23c1791f5ed37fec512 (diff)
downloadlibmicrohttpd-fac89fd011aadc1a45212361f49aef96c474e37b.tar.gz
libmicrohttpd-fac89fd011aadc1a45212361f49aef96c474e37b.zip
if
-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);