mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fix invalid Object Attributes
svn path=/trunk/; revision=17224
This commit is contained in:
parent
3ffa753a9b
commit
e22539a07b
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ SmCreateApiPort(VOID)
|
|||
|
||||
InitializeObjectAttributes(&ObjectAttributes,
|
||||
&UnicodeString,
|
||||
PORT_ALL_ACCESS,
|
||||
0,
|
||||
NULL,
|
||||
NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue