diff options
Diffstat (limited to 'lib/curl_schannel.c')
-rw-r--r-- | lib/curl_schannel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/curl_schannel.c b/lib/curl_schannel.c index fd6a17efc..68139db58 100644 --- a/lib/curl_schannel.c +++ b/lib/curl_schannel.c @@ -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); |