Skip to content
Snippets Groups Projects
Commit dfb18da5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_output_ntlm: remove unused variable

parent 0c4ec803
No related branches found
No related tags found
No related merge requests found
......@@ -461,13 +461,9 @@ CURLcode Curl_output_ntlm(struct connectdata *conn,
struct ntlmdata *ntlm;
struct auth *authp;
struct SessionHandle *data;
DEBUGASSERT(conn);
DEBUGASSERT(conn->data);
data = conn->data;
#ifdef USE_NSS
if(CURLE_OK != Curl_nss_force_init(conn->data))
return CURLE_OUT_OF_MEMORY;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment