mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
fix uninitialized waring so gcc 3.4.3 can compile it
svn path=/trunk/; revision=15294
This commit is contained in:
@@ -666,7 +666,7 @@ ObCreateObject (IN KPROCESSOR_MODE ObjectAttributesAccessMode OPTIONAL,
|
||||
UNICODE_STRING RemainingPath;
|
||||
POBJECT_HEADER Header;
|
||||
POBJECT_HEADER ParentHeader = NULL;
|
||||
NTSTATUS Status;
|
||||
NTSTATUS Status = 0;
|
||||
BOOLEAN ObjectAttached = FALSE;
|
||||
PWCHAR NamePtr;
|
||||
PSECURITY_DESCRIPTOR NewSecurityDescriptor = NULL;
|
||||
|
||||
Reference in New Issue
Block a user