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

jerry at samba.org jerry at samba.org
Thu Sep 1 13:51:46 GMT 2005


Author: jerry
Date: 2005-09-01 13:51:46 +0000 (Thu, 01 Sep 2005)
New Revision: 9892

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

Log:
cut-n-paste error; fetch when meant to store
Modified:
   trunk/source/registry/reg_eventlog.c


Changeset:
Modified: trunk/source/registry/reg_eventlog.c
===================================================================
--- trunk/source/registry/reg_eventlog.c	2005-09-01 12:13:18 UTC (rev 9891)
+++ trunk/source/registry/reg_eventlog.c	2005-09-01 13:51:46 UTC (rev 9892)
@@ -132,7 +132,7 @@
 		
 		/* store them for later updates.  Complain if this fails but continue on */
 		
-		if ( !regdb_fetch_values( key, values ) ) {
+		if ( !regdb_store_values( key, values ) ) {
 			DEBUG(0,("elog_fetch_values: Failed to store initial values for log [%s]\n",
 				base ));
 		}



More information about the samba-cvs mailing list