Commit ab9ba996 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

secur32/tests: Fix an ASCII / ANSI mixup in an ntlm comment.

parent 3144fbc3
...@@ -1384,7 +1384,7 @@ static void testAcquireCredentialsHandleW(void) ...@@ -1384,7 +1384,7 @@ static void testAcquireCredentialsHandleW(void)
getSecError(ret)); getSecError(ret));
pFreeCredentialsHandle(&cred); pFreeCredentialsHandle(&cred);
/* Test using the ASCII structure. */ /* Test using the ANSI structure. */
idA.User = (unsigned char*) test_user; idA.User = (unsigned char*) test_user;
idA.UserLength = strlen(test_user); idA.UserLength = strlen(test_user);
idA.Domain = (unsigned char *) workgroup; idA.Domain = (unsigned char *) workgroup;
......
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