summaryrefslogtreecommitdiff
path: root/source4/lib/registry/rpc.c
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2007-12-14 10:38:26 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:50:16 +0100
commit45015eda2421253f858f0a4500a57c2855f9686c (patch)
tree004ff3b15d62a63c5d4dc4a5f4045a846e4c548b /source4/lib/registry/rpc.c
parent4a33ca21943f72ddde4b22ddd6591c2ccdbb657b (diff)
downloadsamba-45015eda2421253f858f0a4500a57c2855f9686c.tar.gz
samba-45015eda2421253f858f0a4500a57c2855f9686c.tar.bz2
samba-45015eda2421253f858f0a4500a57c2855f9686c.zip
r26451: Janitorial: fix warnings in lib/registry/
This does not fix the discarded qualifier warnings in tests, as the test data is currently passed as const. Jelmer wants to provide a test function that passes non-const test data, thus allowing for a cleaner way to fix those warnings. (This used to be commit 46dfa63d4f7381c5c6ce3f4b8b0bd9aa9e16950c)
Diffstat (limited to 'source4/lib/registry/rpc.c')
-rw-r--r--source4/lib/registry/rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/rpc.c b/source4/lib/registry/rpc.c
index ac0eecd0ac..7f800b786e 100644
--- a/source4/lib/registry/rpc.c
+++ b/source4/lib/registry/rpc.c
@@ -91,7 +91,7 @@ static struct {
static WERROR rpc_query_key(const struct registry_key *k);
-static WERROR rpc_get_predefined_key(const struct registry_context *ctx,
+static WERROR rpc_get_predefined_key(struct registry_context *ctx,
uint32_t hkey_type,
struct registry_key **k)
{