r23513: Fix one more use of VALUE_PREFIX.
authorJeremy Allison <jra@samba.org>
Fri, 15 Jun 2007 23:52:01 +0000 (23:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:24 +0000 (12:23 -0500)
Jeremy.
(This used to be commit fca5637dc6c91a57c4e087670068688557e5bf32)

source3/param/loadparm.c

index 26c177d5fd93b5a360f43ff3cc82d4b1279f41bf..856b7c4b0e467aafc2e865be4c2d70c6306b9a62 100644 (file)
@@ -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);