diff options
author | Günther Deschner <gd@samba.org> | 2013-12-19 16:12:13 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2014-01-07 16:59:38 +0100 |
commit | bb351dec9b693e387b10bc26d94ada7f0995fa37 (patch) | |
tree | 238bfec71f9482f4b98b255ae8ec8f9416edb2f7 /libgpo/gpext | |
parent | 1010a011190b04dd2eed86e03b146f157233f084 (diff) | |
download | samba-bb351dec9b693e387b10bc26d94ada7f0995fa37.tar.gz |
libgpo: remove gpext_process_gpo_list_with_extension in favor of gpext_process_extension.
gpext_preocess_extension properly deals with GPO lists now.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libgpo/gpext')
-rw-r--r-- | libgpo/gpext/gpext.c | 13 | ||||
-rw-r--r-- | libgpo/gpext/gpext.h | 6 |
2 files changed, 0 insertions, 19 deletions
diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c index 99582dabe9d..7c83aa577fa 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -681,19 +681,6 @@ void gpext_debug_header(int lvl, /**************************************************************** ****************************************************************/ -NTSTATUS gpext_process_gpo_list_with_extension(TALLOC_CTX *mem_ctx, - uint32_t flags, - const struct security_token *token, - struct GROUP_POLICY_OBJECT *gpo_list, - const char *extension_guid, - const char *snapin_guid) -{ - return NT_STATUS_OK; -} - -/**************************************************************** -****************************************************************/ - static NTSTATUS gpext_check_gpo_for_gpext_presence(TALLOC_CTX *mem_ctx, uint32_t flags, const struct GROUP_POLICY_OBJECT *gpo, diff --git a/libgpo/gpext/gpext.h b/libgpo/gpext/gpext.h index ce6288cd4ef..01368b783f8 100644 --- a/libgpo/gpext/gpext.h +++ b/libgpo/gpext/gpext.h @@ -97,12 +97,6 @@ void gpext_debug_header(int lvl, struct GROUP_POLICY_OBJECT *gpo, const char *extension_guid, const char *snapin_guid); -NTSTATUS gpext_process_gpo_list_with_extension(TALLOC_CTX *mem_ctx, - uint32_t flags, - const struct security_token *token, - struct GROUP_POLICY_OBJECT *gpo_list, - const char *extension_guid, - const char *snapin_guid); NTSTATUS gpext_process_extension(TALLOC_CTX *mem_ctx, uint32_t flags, const struct security_token *token, |