commit fac89fd011aadc1a45212361f49aef96c474e37b
parent d6aff032347ea051610fd23c1791f5ed37fec512
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 11 Sep 2008 02:51:16 +0000
if
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 ()
return 2;
c = curl_easy_init ();
-#ifdef DEBUG_CURL_VERBOSE
+#if DEBUG_CURL_VERBOSE
curl_easy_setopt (c, CURLOPT_VERBOSE, 1);
#endif
curl_easy_setopt (c, CURLOPT_URL, url);