mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
Windows: Revert "AFSRedir DebugFlags Turn on BugCheck"
This reverts commit 209df87d08
.
Turning on BugCheck by default was a good idea because we needed
to track down the cause of exceptions that were otherwise being
thrown resulting in resource leaks. However, it is a bad idea
because it results in out of memory conditions throwing bug checks
that result in a BSOD.
Change-Id: If0965657957ed73b83686a9be42b0d7f89964f2f
Reviewed-on: http://gerrit.openafs.org/6779
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
parent
fb03b1380f
commit
fe6cc80fdb
@ -57,7 +57,7 @@ AddReg = AFS.AddRegistry
|
||||
|
||||
[AFS.AddRegistry]
|
||||
HKLM,%AFSRegistry%,%AFSTraceLevel%,0x00010001 ,0x0001
|
||||
HKLM,%AFSRegistry%,%AFSDebugFlags%,0x00010001 ,0x0008
|
||||
HKLM,%AFSRegistry%,%AFSDebugFlags%,0x00010001 ,0x0000
|
||||
|
||||
[AFS.DelRegistry]
|
||||
HKLM,%AFSRegistry%,%AFSTraceLevel%
|
||||
|
Loading…
Reference in New Issue
Block a user