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

secur32: Handle EOF from gnutls_record_recv.

parent 83e7a121
......@@ -1203,6 +1203,9 @@ static SECURITY_STATUS SEC_ENTRY schan_DecryptMessage(PCtxtHandle context_handle
return SEC_E_INTERNAL_ERROR;
}
}
else if (!ret)
break;
received += ret;
}
......
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