Skip to content

Commit

Permalink
http_negotiate.c: unused variable 'ret'
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 17, 2015
1 parent 1d25acb commit 3a9419f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/http_negotiate.c
Expand Up @@ -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;
Expand Down

0 comments on commit 3a9419f

Please sign in to comment.