secur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const.
This commit is contained in:
parent
25c708911b
commit
f6129d7d35
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue