19 Aug
2022
19 Aug
'22
8:31 a.m.
On Fri Aug 19 08:20:50 2022 +0000, Hans Leidekker wrote:
The change should be minimal, so only change the condition for the new_context update. Please put spaces around operators like in the rest of the file. Please also fix the patch title while you're at it :) Do you mean this?
if ( status == SEC_E_OK || status == SEC_I_CONTINUE_NEEDED )
*new_context = create_context_handle( context_handle, new_context_handle );
if (!status)
{
*mapped_context = TRUE;
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/677#note_6528