mirror of
https://github.com/curl/curl.git
synced 2026-07-22 18:57:15 +03:00
compiler warning fix
This commit is contained in:
parent
d10508e08c
commit
f0089b6291
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ CURLcode http_auth_headers(struct connectdata *conn,
|
|||
if((data->state.authwant == CURLAUTH_GSSNEGOTIATE) &&
|
||||
data->state.negotiate.context &&
|
||||
!GSS_ERROR(data->state.negotiate.status)) {
|
||||
auth="GSS-Negotiate";
|
||||
auth=(char *)"GSS-Negotiate";
|
||||
result = Curl_output_negotiate(conn);
|
||||
if (result)
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue