logo       

bagder: curl/lib http_ntlm.h,1.9,1.10: msg#00027

web.curl.cvs

Subject: bagder: curl/lib http_ntlm.h,1.9,1.10

Update of /cvsroot/curl/curl/lib
In directory labb:/tmp/cvs-serv11891

Modified Files:
http_ntlm.h
Log Message:
disabling HTTP should also nullify this function call


Index: http_ntlm.h
===================================================================
RCS file: /cvsroot/curl/curl/lib/http_ntlm.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- http_ntlm.h 7 Apr 2005 15:27:14 -0000 1.9
+++ http_ntlm.h 27 Jul 2005 21:44:43 -0000 1.10
@@ -39,7 +39,8 @@
CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy);

void Curl_ntlm_cleanup(struct connectdata *conn);
-#if !defined(USE_SSLEAY) && !defined(USE_WINDOWS_SSPI)
+#if (!defined(USE_SSLEAY) && !defined(USE_WINDOWS_SSPI)) || \
+ defined(CURL_DISABLE_HTTP)
#define Curl_ntlm_cleanup(x)
#endif


_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-commits



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise