From df39763241b16e1e584420bc0c5d306f607b34de Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Sun, 2 Sep 2001 17:59:44 +0000 Subject: [PATCH] KERNEL32.GetPriorityClass fixed. svn path=/trunk/; revision=2225 --- reactos/lib/kernel32/process/proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/kernel32/process/proc.c b/reactos/lib/kernel32/process/proc.c index ee509c9a530..f41c770918f 100644 --- a/reactos/lib/kernel32/process/proc.c +++ b/reactos/lib/kernel32/process/proc.c @@ -1,4 +1,4 @@ -/* $Id: proc.c,v 1.41 2001/08/15 20:35:38 ea Exp $ +/* $Id: proc.c,v 1.42 2001/09/02 17:59:44 ea Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries @@ -593,7 +593,7 @@ GetPriorityClass ( ) { HANDLE hProcessTmp; - DWORD CsrPriorityClass; + DWORD CsrPriorityClass = 0; // This tells CSRSS we want to GET it! NTSTATUS Status; Status = NtDuplicateObject (