summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/auth.c2
-rw-r--r--source4/auth/gensec/gensec.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/auth.c b/source4/auth/auth.c
index 695e3bf6e8..8ca7c3ea5c 100644
--- a/source4/auth/auth.c
+++ b/source4/auth/auth.c
@@ -335,7 +335,7 @@ const struct auth_critical_sizes *auth_interface_version(void)
NTSTATUS server_service_auth_init(void)
{
- init_module_fn static_init[] = STATIC_AUTH_MODULES;
+ init_module_fn static_init[] = STATIC_auth_MODULES;
init_module_fn *shared_init = load_samba_modules(NULL, "auth");
run_init_functions(static_init);
diff --git a/source4/auth/gensec/gensec.c b/source4/auth/gensec/gensec.c
index 1962ea6b2e..7797cd254f 100644
--- a/source4/auth/gensec/gensec.c
+++ b/source4/auth/gensec/gensec.c
@@ -1121,7 +1121,7 @@ NTSTATUS gensec_init(void)
{
static BOOL initialized = False;
- init_module_fn static_init[] = STATIC_GENSEC_MODULES;
+ init_module_fn static_init[] = STATIC_gensec_MODULES;
init_module_fn *shared_init = load_samba_modules(NULL, "gensec");
if (initialized) return NT_STATUS_OK;