RegDisablePredefinedCacheEx() should also disable the cache for HKU

svn path=/trunk/; revision=20873
This commit is contained in:
Thomas Bluemel 2006-01-14 23:54:05 +00:00
parent 3384b413ab
commit 240a8443b4

View file

@ -325,6 +325,7 @@ RegDisablePredefinedCacheEx(VOID)
{
RtlEnterCriticalSection (&HandleTableCS);
DefaultHandlesDisabled = TRUE;
DefaultHandleHKUDisabled = TRUE;
RtlLeaveCriticalSection (&HandleTableCS);
return ERROR_SUCCESS;
}