One liner from Alex_Ionescu that fixes svn hanging during checkout or update.

svn path=/trunk/; revision=18639
This commit is contained in:
Andrew Munger 2005-10-20 17:48:19 +00:00
parent 179739c746
commit c36fc14394

View file

@ -1203,7 +1203,7 @@ pGetSecurityInfoCheck(SECURITY_INFORMATION SecurityInfo,
ppsidOwner = NULL;
}
if ((SecurityInfo & GROUP_SECURITY_INFORMATION) &&
*ppsidGroup != NULL)
(ppsidGroup) && (*ppsidGroup))
{
*ppsidGroup = NULL;
}