From 09f820f0bd1a9fc7ffd171418ceb0e19df8e2e43 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 22 Dec 2007 05:02:57 -0600 Subject: r26564: More python bindings for registry code. (This used to be commit f40fad9827d0e9567224bc1e64ea91e610a07a3f) --- source4/lib/registry/local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/local.c') diff --git a/source4/lib/registry/local.c b/source4/lib/registry/local.c index 1ed4f0262e..06c9031055 100644 --- a/source4/lib/registry/local.c +++ b/source4/lib/registry/local.c @@ -251,7 +251,7 @@ static WERROR local_delete_value(struct registry_key *key, const char *name) { const struct local_key *local = (const struct local_key *)key; - return hive_del_value(local->hive_key, name); + return hive_key_del_value(local->hive_key, name); } static WERROR local_flush_key(struct registry_key *key) -- cgit