summaryrefslogtreecommitdiff
path: root/source4/lib/registry
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-27 20:03:53 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-27 21:50:42 +0100
commit450b26b9b5917caaa1a8ad87c9107d741434e9e9 (patch)
tree5e37439fd250b4fc5eb00b6d1a496838411f1a77 /source4/lib/registry
parent24c5d6b5042fc34a526348ea8a66aab2c994e3dc (diff)
downloadsamba-450b26b9b5917caaa1a8ad87c9107d741434e9e9.tar.gz
samba-450b26b9b5917caaa1a8ad87c9107d741434e9e9.tar.bz2
samba-450b26b9b5917caaa1a8ad87c9107d741434e9e9.zip
s4:lib/registry/rpc.c - remove a duplicate assignment
Diffstat (limited to 'source4/lib/registry')
-rw-r--r--source4/lib/registry/rpc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/registry/rpc.c b/source4/lib/registry/rpc.c
index bc49045ef7..f1e14c1b86 100644
--- a/source4/lib/registry/rpc.c
+++ b/source4/lib/registry/rpc.c
@@ -473,7 +473,6 @@ static struct registry_operations reg_backend_rpc = {
.create_key = rpc_add_key,
.delete_key = rpc_del_key,
.get_key_info = rpc_get_info,
- .get_predefined_key = rpc_get_predefined_key,
};
_PUBLIC_ WERROR reg_open_remote(struct registry_context **ctx,