mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
add missing error check
svn path=/trunk/; revision=19557
This commit is contained in:
@@ -230,6 +230,10 @@ RtlpSysVolCheckOwnerAndSecurity(IN HANDLE DirectoryHandle,
|
||||
0,
|
||||
0,
|
||||
&LocalSystemSid);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
goto Cleanup;
|
||||
}
|
||||
|
||||
/* check if the Administrators are the owner and at least a not-NULL DACL
|
||||
is present */
|
||||
|
||||
Reference in New Issue
Block a user