Commit d3378c14 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

secur32: Remove unused field from struct schan_transport.

parent 93c5353e
......@@ -826,8 +826,6 @@ static SECURITY_STATUS SEC_ENTRY schan_InitializeSecurityContextW(
else
ctx->header_size = HEADER_SIZE_TLS;
ctx->transport.ctx = ctx;
if (pszTargetName && *pszTargetName)
{
UINT len = WideCharToMultiByte( CP_UNIXCP, 0, pszTargetName, -1, NULL, 0, NULL, NULL );
......
......@@ -102,7 +102,6 @@ struct schan_buffers
struct schan_transport
{
struct schan_context *ctx;
schan_session session;
struct schan_buffers in;
struct schan_buffers out;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment