Author: hpoussin Date: Wed Dec 12 14:42:20 2007 New Revision: 31181
URL: http://svn.reactos.org/svn/reactos?rev=31181&view=rev Log: Remove hack
Modified: trunk/reactos/ntoskrnl/config/ntapi.c
Modified: trunk/reactos/ntoskrnl/config/ntapi.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/config/ntapi.c?rev... ============================================================================== --- trunk/reactos/ntoskrnl/config/ntapi.c (original) +++ trunk/reactos/ntoskrnl/config/ntapi.c Wed Dec 12 14:42:20 2007 @@ -564,7 +564,7 @@ { /* Fail */ DPRINT1("Restore Privilege missing!\n"); - //return STATUS_PRIVILEGE_NOT_HELD; + return STATUS_PRIVILEGE_NOT_HELD; }
/* Block APCs */