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 | |
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')
-rw-r--r-- | source4/auth/auth.c | 2 | ||||
-rw-r--r-- | source4/scripting/ejs/config.mk | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/source4/scripting/ejs/config.mk b/source4/scripting/ejs/config.mk index 6acf902c08..0d10fc6e3a 100644 --- a/source4/scripting/ejs/config.mk +++ b/source4/scripting/ejs/config.mk @@ -58,7 +58,7 @@ smbcalls_data_OBJ_FILES = scripting/ejs/smbcalls_data.o OUTPUT_TYPE = MERGED_OBJ SUBSYSTEM = smbcalls INIT_FUNCTION = smb_setup_ejs_auth -PRIVATE_DEPENDENCIES = auth +PRIVATE_DEPENDENCIES = service_auth smbcalls_auth_OBJ_FILES = scripting/ejs/smbcalls_auth.o |