From: Jeremy Allison Date: Fri, 15 Jun 2007 23:52:01 +0000 (+0000) Subject: r23513: Fix one more use of VALUE_PREFIX. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fca5637dc6c91a57c4e087670068688557e5bf32;p=thirdparty%2Fsamba.git r23513: Fix one more use of VALUE_PREFIX. Jeremy. --- diff --git a/source/param/loadparm.c b/source/param/loadparm.c index 26c177d5fd9..856b7c4b0e4 100644 --- a/source/param/loadparm.c +++ b/source/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);