diff options
author | Günther Deschner <gd@samba.org> | 2013-12-13 15:52:31 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-12-18 14:48:24 +0100 |
commit | 8fef712eff881fdd48cfd656856826c9f014406c (patch) | |
tree | 6abb29aecf612fcaf62bc2e0dbd49734fe57b420 /source3/libgpo | |
parent | 103e672ef533ad0f4010daa5d3e9183e0894c754 (diff) | |
download | samba-8fef712eff881fdd48cfd656856826c9f014406c.tar.gz |
libgpo: clean up CSE module api, remove unrequired references to ads_struct.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/libgpo')
-rw-r--r-- | source3/libgpo/gpext/registry.c | 3 | ||||
-rw-r--r-- | source3/libgpo/gpext/scripts.c | 3 | ||||
-rw-r--r-- | source3/libgpo/gpext/security.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/source3/libgpo/gpext/registry.c b/source3/libgpo/gpext/registry.c index b0ec7b88d90..3b4c52d9958 100644 --- a/source3/libgpo/gpext/registry.c +++ b/source3/libgpo/gpext/registry.c @@ -269,8 +269,7 @@ done: /**************************************************************** ****************************************************************/ -static NTSTATUS registry_process_group_policy(ADS_STRUCT *ads, - TALLOC_CTX *mem_ctx, +static NTSTATUS registry_process_group_policy(TALLOC_CTX *mem_ctx, uint32_t flags, struct registry_key *root_key, const struct security_token *token, diff --git a/source3/libgpo/gpext/scripts.c b/source3/libgpo/gpext/scripts.c index 0b6748507a7..3850216b932 100644 --- a/source3/libgpo/gpext/scripts.c +++ b/source3/libgpo/gpext/scripts.c @@ -335,8 +335,7 @@ static WERROR scripts_apply(TALLOC_CTX *mem_ctx, /**************************************************************** ****************************************************************/ -static NTSTATUS scripts_process_group_policy(ADS_STRUCT *ads, - TALLOC_CTX *mem_ctx, +static NTSTATUS scripts_process_group_policy(TALLOC_CTX *mem_ctx, uint32_t flags, struct registry_key *root_key, const struct security_token *token, diff --git a/source3/libgpo/gpext/security.c b/source3/libgpo/gpext/security.c index 2322bce762c..37d8e4f400f 100644 --- a/source3/libgpo/gpext/security.c +++ b/source3/libgpo/gpext/security.c @@ -140,8 +140,7 @@ static NTSTATUS gpttmpl_process(struct gp_inifile_context *ini_ctx, /**************************************************************** ****************************************************************/ -static NTSTATUS security_process_group_policy(ADS_STRUCT *ads, - TALLOC_CTX *mem_ctx, +static NTSTATUS security_process_group_policy(TALLOC_CTX *mem_ctx, uint32_t flags, struct registry_key *root_key, const struct security_token *token, |