svn commit: samba r9902 - in branches/tmp/RPCREWRITE/source/registry: .

jra at samba.org jra at samba.org
Thu Sep 1 15:40:41 GMT 2005


Author: jra
Date: 2005-09-01 15:40:40 +0000 (Thu, 01 Sep 2005)
New Revision: 9902

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

Log:
Merge from HEAD.
Jeremy.

Modified:
   branches/tmp/RPCREWRITE/source/registry/reg_eventlog.c


Changeset:
Modified: branches/tmp/RPCREWRITE/source/registry/reg_eventlog.c
===================================================================
--- branches/tmp/RPCREWRITE/source/registry/reg_eventlog.c	2005-09-01 15:37:54 UTC (rev 9901)
+++ branches/tmp/RPCREWRITE/source/registry/reg_eventlog.c	2005-09-01 15:40:40 UTC (rev 9902)
@@ -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