summaryrefslogtreecommitdiffstats
path: root/libgpo
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-19 16:12:13 +0100
committerAndreas Schneider <asn@samba.org>2014-01-07 16:59:38 +0100
commitbb351dec9b693e387b10bc26d94ada7f0995fa37 (patch)
tree238bfec71f9482f4b98b255ae8ec8f9416edb2f7 /libgpo
parent1010a011190b04dd2eed86e03b146f157233f084 (diff)
downloadsamba-bb351dec9b693e387b10bc26d94ada7f0995fa37.tar.gz
samba-bb351dec9b693e387b10bc26d94ada7f0995fa37.tar.xz
samba-bb351dec9b693e387b10bc26d94ada7f0995fa37.zip
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')
-rw-r--r--libgpo/gpext/gpext.c13
-rw-r--r--libgpo/gpext/gpext.h6
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,