One liner from Alex_Ionescu that fixes svn hanging during checkout or update.
authorAndrew Munger <waxdragon@gmail.com>
Thu, 20 Oct 2005 17:48:19 +0000 (17:48 +0000)
committerAndrew Munger <waxdragon@gmail.com>
Thu, 20 Oct 2005 17:48:19 +0000 (17:48 +0000)
svn path=/trunk/; revision=18639

reactos/lib/advapi32/sec/misc.c

index 736dfdd..ae1437c 100644 (file)
@@ -1203,7 +1203,7 @@ pGetSecurityInfoCheck(SECURITY_INFORMATION SecurityInfo,
             ppsidOwner = NULL;
         }
         if ((SecurityInfo & GROUP_SECURITY_INFORMATION) &&
-            *ppsidGroup != NULL)
+           (ppsidGroup) && (*ppsidGroup)) 
         {
             *ppsidGroup = NULL;
         }