diff options
Diffstat (limited to 'lib/curl_ntlm.c')
-rw-r--r-- | lib/curl_ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_ntlm.c b/lib/curl_ntlm.c index bdf74053c..0e492d707 100644 --- a/lib/curl_ntlm.c +++ b/lib/curl_ntlm.c @@ -57,7 +57,7 @@ #if DEBUG_ME # define DEBUG_OUT(x) x #else -# define DEBUG_OUT(x) +# define DEBUG_OUT(x) Curl_nop_stmt #endif CURLcode Curl_input_ntlm(struct connectdata *conn, |