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

http_negotiate.c: unused variable 'ret'

parent 1d25acb0
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,6 @@ CURLcode Curl_input_negotiate(struct connectdata *conn, bool proxy,
OM_uint32 major_status, minor_status, discard_st;
gss_buffer_desc input_token = GSS_C_EMPTY_BUFFER;
gss_buffer_desc output_token = GSS_C_EMPTY_BUFFER;
int ret;
size_t len;
size_t rawlen = 0;
CURLcode result;
......
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