add missing error check

svn path=/trunk/; revision=19557
This commit is contained in:
Thomas Bluemel
2005-11-25 15:57:47 +00:00
parent 2445f1e7b8
commit e8fe230b7f
+4
View File
@@ -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 */