mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
fixed typo in a comment
svn path=/trunk/; revision=16922
This commit is contained in:
parent
197982e303
commit
918a8eeeb5
1 changed files with 1 additions and 1 deletions
|
@ -1868,7 +1868,7 @@ TreeResetNamedSecurityInfoW(LPWSTR pObjectName,
|
|||
case SE_REGISTRY_KEY:
|
||||
{
|
||||
/* check the SecurityInfo flags for sanity (both, the protected
|
||||
and unprotected dacl/sacl flag must not be passed together */
|
||||
and unprotected dacl/sacl flag must not be passed together) */
|
||||
if (((SecurityInfo & DACL_SECURITY_INFORMATION) &&
|
||||
(SecurityInfo & (PROTECTED_DACL_SECURITY_INFORMATION | UNPROTECTED_DACL_SECURITY_INFORMATION)) ==
|
||||
(PROTECTED_DACL_SECURITY_INFORMATION | UNPROTECTED_DACL_SECURITY_INFORMATION))
|
||||
|
|
Loading…
Reference in a new issue