summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/registry/reg_eventlog.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/registry/reg_eventlog.c b/source3/registry/reg_eventlog.c
index 1c65c9b217..ea2b274f88 100644
--- a/source3/registry/reg_eventlog.c
+++ b/source3/registry/reg_eventlog.c
@@ -36,7 +36,6 @@ BOOL eventlog_init_keys( void )
pstring evtfilepath;
REGSUBKEY_CTR *subkeys;
REGVAL_CTR *values;
- uint32 uiDisplayNameId;
uint32 uiMaxSize;
uint32 uiRetention;
uint32 uiCategoryCount;
@@ -92,7 +91,7 @@ BOOL eventlog_init_keys( void )
/* hard code some initial values */
- uiDisplayNameId = 0x00000100;
+ /* uiDisplayNameId = 0x00000100; */
uiMaxSize = 0x00080000;
uiRetention = 0x93A80;