mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
curl_schannel.c: Removed variable unused since 35874298e4
This commit is contained in:
parent
f4b08b8f40
commit
74f1810546
1 changed files with 0 additions and 1 deletions
|
|
@ -1064,7 +1064,6 @@ int Curl_schannel_shutdown(struct connectdata *conn, int sockindex)
|
|||
*/
|
||||
struct SessionHandle *data = conn->data;
|
||||
struct ssl_connect_data *connssl = &conn->ssl[sockindex];
|
||||
struct curl_schannel_cred *cached_cred = NULL;
|
||||
|
||||
infof(data, "schannel: shutting down SSL/TLS connection with %s port %hu\n",
|
||||
conn->host.name, conn->remote_port);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue