mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 16:34:18 +09:00
cunit: InitializeSecurityContext{A/W} wants a pointer to a ULONG, not uint32
This commit is contained in:
@@ -133,7 +133,7 @@ void test_InitializeSecurityContext(void)
|
||||
uint32 fContextReq;
|
||||
void* output_buffer;
|
||||
CtxtHandle context;
|
||||
uint32 pfContextAttr;
|
||||
ULONG pfContextAttr;
|
||||
SECURITY_STATUS status;
|
||||
CredHandle credentials;
|
||||
TimeStamp expiration;
|
||||
|
||||
Reference in New Issue
Block a user