mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
fixed an error check
svn path=/trunk/; revision=19558
This commit is contained in:
@@ -367,7 +367,7 @@ RtlpSysVolCheckOwnerAndSecurity(IN HANDLE DirectoryHandle,
|
||||
Status = RtlAbsoluteToSelfRelativeSD(AbsSD,
|
||||
NewRelSD,
|
||||
&RelSDSize);
|
||||
if (Status != STATUS_BUFFER_TOO_SMALL)
|
||||
if (Status == STATUS_BUFFER_TOO_SMALL)
|
||||
{
|
||||
goto Cleanup;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user