r16634: Fix bug #3883 reported by jason@ncac.gwu.edu.
authorJeremy Allison <jra@samba.org>
Wed, 28 Jun 2006 18:18:23 +0000 (18:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:19:04 +0000 (11:19 -0500)
Jeremy.
(This used to be commit d04462f1d8cf009985b9112f093306a64689af64)

source3/registry/reg_eventlog.c

index 1c65c9b21785b12eb22266581a6196df5dc3cb93..ea2b274f88a119d53eba9c626fcfd10021ba5c13 100644 (file)
@@ -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;