mirror of
https://github.com/curl/curl.git
synced 2026-04-24 11:02:13 +03:00
fix b6d5cb40d7
This commit is contained in:
parent
12f6bf5e58
commit
034317d2af
1 changed files with 0 additions and 2 deletions
|
|
@ -567,9 +567,7 @@ output_auth_headers(struct connectdata *conn,
|
|||
{
|
||||
const char *auth = NULL;
|
||||
CURLcode result = CURLE_OK;
|
||||
#if defined(USE_SPNEGO)
|
||||
struct SessionHandle *data = conn->data;
|
||||
#endif
|
||||
#ifdef USE_SPNEGO
|
||||
struct negotiatedata *negdata = proxy?
|
||||
&data->state.proxyneg:&data->state.negotiate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue