secur32: Added DeleteSecurityContext.

This commit is contained in:
Kai Blin 2006-01-23 11:23:21 +01:00 committed by Alexandre Julliard
parent cf2561b111
commit 0605cf0113
1 changed files with 3 additions and 1 deletions

View File

@ -1005,7 +1005,9 @@ static SECURITY_STATUS SEC_ENTRY ntlm_DeleteSecurityContext(PCtxtHandle phContex
TRACE("%p\n", phContext);
if (phContext)
{
ret = SEC_E_UNSUPPORTED_FUNCTION;
phContext->dwUpper = 0;
phContext->dwLower = 0;
ret = SEC_E_OK;
}
else
{