Commit f6129d7d authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

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

parent 25c70891
...@@ -137,7 +137,7 @@ static void *schan_free_handle(ULONG_PTR handle_idx, enum schan_handle_type type ...@@ -137,7 +137,7 @@ static void *schan_free_handle(ULONG_PTR handle_idx, enum schan_handle_type type
} }
static SECURITY_STATUS schan_QueryCredentialsAttributes( static SECURITY_STATUS schan_QueryCredentialsAttributes(
PCredHandle phCredential, ULONG ulAttribute, const VOID *pBuffer) PCredHandle phCredential, ULONG ulAttribute, VOID *pBuffer)
{ {
SECURITY_STATUS ret; SECURITY_STATUS 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