[kernel32]
authorChristoph von Wittich <christoph_vw@reactos.org>
Thu, 20 Feb 2014 19:15:54 +0000 (19:15 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Thu, 20 Feb 2014 19:15:54 +0000 (19:15 +0000)
don't set LastError in VerifyConsoleIoHandle

svn path=/trunk/; revision=62264

reactos/dll/win32/kernel32/client/console/console.c

index 12d820c..47ab188 100644 (file)
@@ -796,7 +796,6 @@ VerifyConsoleIoHandle(HANDLE Handle)
                                  sizeof(CONSOLE_VERIFYHANDLE));
     if (!NT_SUCCESS(Status))
     {
-        BaseSetLastNTError(Status);
         return FALSE;
     }