svn commit: samba r23513 - in branches: SAMBA_3_0/source/param SAMBA_3_0_26/source/param

jra at samba.org jra at samba.org
Fri Jun 15 23:52:03 GMT 2007


Author: jra
Date: 2007-06-15 23:52:01 +0000 (Fri, 15 Jun 2007)
New Revision: 23513

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

Log:
Fix one more use of VALUE_PREFIX.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/param/loadparm.c
   branches/SAMBA_3_0_26/source/param/loadparm.c


Changeset:
Modified: branches/SAMBA_3_0/source/param/loadparm.c
===================================================================
--- branches/SAMBA_3_0/source/param/loadparm.c	2007-06-15 23:47:40 UTC (rev 23512)
+++ branches/SAMBA_3_0/source/param/loadparm.c	2007-06-15 23:52:01 UTC (rev 23513)
@@ -3132,7 +3132,7 @@
 	/* reg_tdb is from now on used as talloc ctx.
 	 * freeing it closes the tdb (if refcount is 0) */
 
-	keystr = talloc_asprintf(reg_tdb,"%s/%s/%s", VALUE_PREFIX, 
+	keystr = talloc_asprintf(reg_tdb,"%s/%s/%s", REG_VALUE_PREFIX, 
 				 KEY_SMBCONF, GLOBAL_NAME);
 	normalize_dbkey(keystr);
 

Modified: branches/SAMBA_3_0_26/source/param/loadparm.c
===================================================================
--- branches/SAMBA_3_0_26/source/param/loadparm.c	2007-06-15 23:47:40 UTC (rev 23512)
+++ branches/SAMBA_3_0_26/source/param/loadparm.c	2007-06-15 23:52:01 UTC (rev 23513)
@@ -3133,7 +3133,7 @@
 	/* reg_tdb is from now on used as talloc ctx.
 	 * freeing it closes the tdb (if refcount is 0) */
 
-	keystr = talloc_asprintf(reg_tdb,"%s/%s/%s", VALUE_PREFIX, 
+	keystr = talloc_asprintf(reg_tdb,"%s/%s/%s", REG_VALUE_PREFIX, 
 				 KEY_SMBCONF, GLOBAL_NAME);
 	normalize_dbkey(keystr);
 



More information about the samba-cvs mailing list