s3-libgpo: Fix the build of the group policy CSEs
authorGünther Deschner <gd@samba.org>
Mon, 24 Apr 2017 11:25:41 +0000 (13:25 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 24 Apr 2017 21:19:44 +0000 (23:19 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon Apr 24 23:19:44 CEST 2017 on sn-devel-144

source3/libgpo/gpext/registry.c
source3/libgpo/gpext/scripts.c
source3/libgpo/gpext/security.c

index a24485cd44835b42623f6ddc7f1eccb1628b25a8..088701aff76f3983dae294eba0d30ff4dadb780e 100644 (file)
@@ -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;
 
index 7471fb85fc479f2451168ba2971bfa79a07ac21c..3f2c514700c5157ab79c88065d5b7371b7a575f1 100644 (file)
@@ -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;
 
index dda58d383dbd3c4cc59879b2fe9548164a8f29ef..3650f4c5008e5075003d9873f22011585e3a0b86 100644 (file)
@@ -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;