diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-07 20:33:12 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-07 20:33:12 +0100 |
commit | 6a1f56d82a367a2f037e18ed346cf7cce7f377e0 (patch) | |
tree | cadc8a13479789073af0b7a35f0b9617eb63aa49 /source4/auth | |
parent | 5f2564c386f9c3d1d0b19972a6918597d854cb78 (diff) | |
download | samba-6a1f56d82a367a2f037e18ed346cf7cce7f377e0.tar.gz samba-6a1f56d82a367a2f037e18ed346cf7cce7f377e0.tar.bz2 samba-6a1f56d82a367a2f037e18ed346cf7cce7f377e0.zip |
Fix the build.
(This used to be commit 3b7940d531a30098ca9a09e9c83dc4d223d1fe8f)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth.c b/source4/auth/auth.c index 4aecc8dfee..f5149286b9 100644 --- a/source4/auth/auth.c +++ b/source4/auth/auth.c @@ -520,7 +520,7 @@ NTSTATUS auth_init(void) extern NTSTATUS auth_unix_init(void); extern NTSTATUS auth_sam_init(void); - init_module_fn static_init[] = { STATIC_auth_MODULES }; + init_module_fn static_init[] = { STATIC_service_auth_MODULES }; if (initialized) return NT_STATUS_OK; initialized = true; |