libgpo: remove gpext_process_gpo_list_with_extension in favor of gpext_process_extension.
authorGünther Deschner <gd@samba.org>
Thu, 19 Dec 2013 15:12:13 +0000 (16:12 +0100)
committerAndreas Schneider <asn@samba.org>
Tue, 7 Jan 2014 15:59:38 +0000 (16:59 +0100)
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>
libgpo/gpext/gpext.c
libgpo/gpext/gpext.h

index 99582dabe9d9ac065e64f02f014fb8b31e1c3c71..7c83aa577fa833afeb6be636563db7a138df1070 100644 (file)
@@ -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,
index ce6288cd4ef61fe77ccf49d47cf43140f8b200bb..01368b783f86b4f2fbff9bab5339a7aba0dccf0f 100644 (file)
@@ -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,