From 249cc734cebfef31320ec10b05dbfaaaa39682ca Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 22 Dec 2007 05:03:02 -0600 Subject: r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works now. (This used to be commit 485d1fa3d17fe6cc7a0ecd80e8bac42d173bbb19) --- source4/lib/registry/hive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/hive.c') diff --git a/source4/lib/registry/hive.c b/source4/lib/registry/hive.c index 6a1623338d..d7d12076f3 100644 --- a/source4/lib/registry/hive.c +++ b/source4/lib/registry/hive.c @@ -107,7 +107,7 @@ WERROR hive_enum_key(TALLOC_CTX *mem_ctx, last_mod_time); } -WERROR hive_set_value(struct hive_key *key, const char *name, uint32_t type, +WERROR hive_key_set_value(struct hive_key *key, const char *name, uint32_t type, const DATA_BLOB data) { if (key->ops->set_value == NULL) -- cgit