secur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const.

This commit is contained in:
Henri Verbeet 2008-10-20 00:15:12 +02:00 committed by Alexandre Julliard
parent 25c708911b
commit f6129d7d35
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ static void *schan_free_handle(ULONG_PTR handle_idx, enum schan_handle_type type
}
static SECURITY_STATUS schan_QueryCredentialsAttributes(
PCredHandle phCredential, ULONG ulAttribute, const VOID *pBuffer)
PCredHandle phCredential, ULONG ulAttribute, VOID *pBuffer)
{
SECURITY_STATUS ret;