svn commit: samba r16633 - in trunk/source/registry: .

jra at samba.org jra at samba.org
Wed Jun 28 18:18:25 GMT 2006


Author: jra
Date: 2006-06-28 18:18:18 +0000 (Wed, 28 Jun 2006)
New Revision: 16633

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16633

Log:
Fix bug #3883 reported by jason at ncac.gwu.edu.
Jeremy.

Modified:
   trunk/source/registry/reg_eventlog.c


Changeset:
Modified: trunk/source/registry/reg_eventlog.c
===================================================================
--- trunk/source/registry/reg_eventlog.c	2006-06-28 18:16:33 UTC (rev 16632)
+++ trunk/source/registry/reg_eventlog.c	2006-06-28 18:18:18 UTC (rev 16633)
@@ -36,7 +36,6 @@
 	pstring evtfilepath;
 	REGSUBKEY_CTR *subkeys;
 	REGVAL_CTR *values;
-	uint32 uiDisplayNameId;
 	uint32 uiMaxSize;
 	uint32 uiRetention;
 	uint32 uiCategoryCount;
@@ -92,7 +91,7 @@
 
 			/* hard code some initial values */
 
-			uiDisplayNameId = 0x00000100;
+			/* uiDisplayNameId = 0x00000100; */
 			uiMaxSize = 0x00080000;
 			uiRetention = 0x93A80;
 



More information about the samba-cvs mailing list