summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-07 17:53:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:33 -0500
commit0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf (patch)
treead1cc35fb4473b989cad7d8d40bbbe2ecf7a52e0 /source4/auth
parentd9c439b88448055d62ab85d6dab2204894b9dd9e (diff)
downloadsamba-0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf.tar.gz
samba-0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf.tar.bz2
samba-0fbcfd8920e8df3cfb4ba5ce2d1fcf48b38a4acf.zip
r13969: Make these names lowercase as well (just like they are now in the buildsystem)
(This used to be commit 04c49e211fc4f80e03d9322b983bbde15baba640)
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;