From: Günther Deschner Date: Mon, 24 Apr 2017 11:25:41 +0000 (+0200) Subject: s3-libgpo: Fix the build of the group policy CSEs X-Git-Tag: tdb-1.3.13~9 X-Git-Url: http://git.samba.org/samba.git/?p=ambi%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=a9fc25f378f75e44847e43d7709765eb22656deb s3-libgpo: Fix the build of the group policy CSEs Guenther Signed-off-by: Guenther Deschner Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Mon Apr 24 23:19:44 CEST 2017 on sn-devel-144 --- diff --git a/source3/libgpo/gpext/registry.c b/source3/libgpo/gpext/registry.c index a24485cd448..088701aff76 100644 --- a/source3/libgpo/gpext/registry.c +++ b/source3/libgpo/gpext/registry.c @@ -407,7 +407,7 @@ static struct gp_extension_methods registry_methods = { /**************************************************************** ****************************************************************/ -NTSTATUS gpext_registry_init(void) +NTSTATUS gpext_registry_init(TALLOC_CTX *mem_ctx) { NTSTATUS status; diff --git a/source3/libgpo/gpext/scripts.c b/source3/libgpo/gpext/scripts.c index 7471fb85fc4..3f2c514700c 100644 --- a/source3/libgpo/gpext/scripts.c +++ b/source3/libgpo/gpext/scripts.c @@ -462,7 +462,7 @@ static struct gp_extension_methods scripts_methods = { /**************************************************************** ****************************************************************/ -NTSTATUS gpext_scripts_init(void) +NTSTATUS gpext_scripts_init(TALLOC_CTX *mem_ctx) { NTSTATUS status; diff --git a/source3/libgpo/gpext/security.c b/source3/libgpo/gpext/security.c index dda58d383db..3650f4c5008 100644 --- a/source3/libgpo/gpext/security.c +++ b/source3/libgpo/gpext/security.c @@ -277,7 +277,7 @@ static struct gp_extension_methods security_methods = { /**************************************************************** ****************************************************************/ -NTSTATUS gpext_security_init(void) +NTSTATUS gpext_security_init(TALLOC_CTX *mem_ctx) { NTSTATUS status;