Commit 5150b37a authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

NtQueryInformationToken isn't a stub so change the FIXME to a TRACE.

parent 115f2adb
......@@ -186,7 +186,7 @@ NTSTATUS WINAPI NtQueryInformationToken(
{
unsigned int len = 0;
FIXME("(%p,%ld,%p,%ld,%p): stub\n",
TRACE("(%p,%ld,%p,%ld,%p)\n",
token,tokeninfoclass,tokeninfo,tokeninfolength,retlen);
switch (tokeninfoclass)
......
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