From ad8193fbb903331faa16adb42374a397669640fc Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 29 Jul 2011 16:27:15 +0200 Subject: NTLM single-sign on adjustments (VII) Initialize variables when connectdata object is created. --- lib/http_ntlm.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/http_ntlm.c') diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index dc90604d7..ba0a4d717 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -946,11 +946,6 @@ CURLcode Curl_output_ntlm_sso(struct connectdata *conn, * If NTLM single-sign-on fails, go back to original request * handling process. */ - /* Clean data before using them */ - conn->ntlm_auth_hlpr_socket = CURL_SOCKET_BAD; - conn->ntlm_auth_hlpr_pid = 0; - conn->challenge_header = NULL; - conn->response_header = NULL; /* Create communication with ntlm_auth */ res = sso_ntlm_initiate(conn, userp); if(res) -- cgit v1.2.1