summaryrefslogtreecommitdiff
path: root/source4/lib/registry/common
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-02 07:27:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:42 -0500
commitd59807eba4dda1454eb63e5408af0bdf1563dfa5 (patch)
tree90c16074bc74cfd1fcbebe151610991a0799ccb7 /source4/lib/registry/common
parent917ca215bb72dd9b7a93a8d883c286b140c4300c (diff)
downloadsamba-d59807eba4dda1454eb63e5408af0bdf1563dfa5.tar.gz
samba-d59807eba4dda1454eb63e5408af0bdf1563dfa5.tar.bz2
samba-d59807eba4dda1454eb63e5408af0bdf1563dfa5.zip
r11476: finally fixed the intermittent registry server bug! This has been
cropping up occasionally for ages. The problem was the generic reg code setting up a backend_data value, which it has no business doing (backend_data is for backends ...) (This used to be commit 9d6d03fd1d360e15883bb1b8917ccedcc0d97a5d)
Diffstat (limited to 'source4/lib/registry/common')
-rw-r--r--source4/lib/registry/common/reg_interface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/registry/common/reg_interface.c b/source4/lib/registry/common/reg_interface.c
index 7a35c97c43..87bc3fd70c 100644
--- a/source4/lib/registry/common/reg_interface.c
+++ b/source4/lib/registry/common/reg_interface.c
@@ -416,7 +416,6 @@ WERROR reg_key_add_name(TALLOC_CTX *mem_ctx, const struct registry_key *parent,
}
(*newkey)->hive = parent->hive;
- (*newkey)->backend_data = talloc_asprintf(mem_ctx, "%s\\%s", parent->path, name);
return WERR_OK;
}