From 450b26b9b5917caaa1a8ad87c9107d741434e9e9 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 27 Nov 2010 20:03:53 +0100 Subject: s4:lib/registry/rpc.c - remove a duplicate assignment --- source4/lib/registry/rpc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/lib/registry/rpc.c') 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, -- cgit