Skip to content

Commit

Permalink
libgpo: remove gpext_process_gpo_list_with_extension in favor of gpex…
Browse files Browse the repository at this point in the history
…t_process_extension.

gpext_preocess_extension properly deals with GPO lists now.

Guenther

Signed-off-by: Günther Deschner <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
  • Loading branch information
gd authored and cryptomilk committed Jan 7, 2014
1 parent 1010a01 commit bb351de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
13 changes: 0 additions & 13 deletions libgpo/gpext/gpext.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 0 additions & 6 deletions libgpo/gpext/gpext.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bb351de

Please sign in to comment.