mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
One liner from Alex_Ionescu that fixes svn hanging during checkout or update.
svn path=/trunk/; revision=18639
This commit is contained in:
parent
179739c746
commit
c36fc14394
1 changed files with 1 additions and 1 deletions
|
@ -1203,7 +1203,7 @@ pGetSecurityInfoCheck(SECURITY_INFORMATION SecurityInfo,
|
|||
ppsidOwner = NULL;
|
||||
}
|
||||
if ((SecurityInfo & GROUP_SECURITY_INFORMATION) &&
|
||||
*ppsidGroup != NULL)
|
||||
(ppsidGroup) && (*ppsidGroup))
|
||||
{
|
||||
*ppsidGroup = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue