mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 12:53:09 +00:00
Change debugging statement
svn path=/trunk/; revision=10488
This commit is contained in:
parent
a696f85479
commit
39bfabb1d4
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: token.c,v 1.39 2004/08/10 20:13:42 gvg Exp $
|
/* $Id: token.c,v 1.40 2004/08/10 20:30:35 gvg Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -809,7 +809,7 @@ NtQueryInformationToken(IN HANDLE TokenHandle,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case TokenOrigin:
|
case TokenOrigin:
|
||||||
DPRINT1("NtQueryInformationToken(TokenOrigin)\n");
|
DPRINT("NtQueryInformationToken(TokenOrigin)\n");
|
||||||
if (TokenInformationLength < sizeof(TOKEN_ORIGIN))
|
if (TokenInformationLength < sizeof(TOKEN_ORIGIN))
|
||||||
{
|
{
|
||||||
Status = STATUS_BUFFER_TOO_SMALL;
|
Status = STATUS_BUFFER_TOO_SMALL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue