summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-06-15 23:52:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:24 -0500
commitebb53d72882f783798067f3c31424b5ba6caf2da (patch)
tree63236a60c2bb70f168141dfbd700a97027f18771 /source3/param
parent72099d8f66dc4db6ac8a7632cb17870ef63b18ef (diff)
downloadsamba-ebb53d72882f783798067f3c31424b5ba6caf2da.tar.gz
samba-ebb53d72882f783798067f3c31424b5ba6caf2da.tar.bz2
samba-ebb53d72882f783798067f3c31424b5ba6caf2da.zip
r23513: Fix one more use of VALUE_PREFIX.
Jeremy. (This used to be commit fca5637dc6c91a57c4e087670068688557e5bf32)
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 26c177d5fd..856b7c4b0e 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -3132,7 +3132,7 @@ static BOOL process_registry_globals(BOOL (*pfunc)(const char *, const char *))
/* 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);