Commit fc701aa1 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

wininet: Remove assertion that is no longer valid in Windows 10.

parent 80a2c664
......@@ -500,7 +500,7 @@ static DWORD netcon_secure_connect_setup(netconn_t *connection, BOOL compat_mode
}
assert(in_bufs[0].BufferType == SECBUFFER_TOKEN);
assert(in_bufs[1].BufferType == SECBUFFER_EMPTY);
in_bufs[1].BufferType = SECBUFFER_EMPTY;
if(in_bufs[0].cbBuffer + 1024 > read_buf_size) {
BYTE *new_read_buf;
......
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