mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -1203,7 +1203,7 @@ pGetSecurityInfoCheck(SECURITY_INFORMATION SecurityInfo,
|
||||
ppsidOwner = NULL;
|
||||
}
|
||||
if ((SecurityInfo & GROUP_SECURITY_INFORMATION) &&
|
||||
*ppsidGroup != NULL)
|
||||
(ppsidGroup) && (*ppsidGroup))
|
||||
{
|
||||
*ppsidGroup = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user