summaryrefslogtreecommitdiffstats
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-10 23:46:51 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-10 23:46:51 +0200
commit670122d724ff190d886a8eca86b6eeff64592708 (patch)
tree15924eaacfd39ec2653908d47fe0646f9e75a193 /source4/torture/torture.c
parent08ad86ad3decb01092a9ed821bd962871175fa45 (diff)
downloadsamba-670122d724ff190d886a8eca86b6eeff64592708.tar.gz
samba-670122d724ff190d886a8eca86b6eeff64592708.tar.xz
samba-670122d724ff190d886a8eca86b6eeff64592708.zip
Fix torture module initializion.
(This used to be commit d5bf4e9065303b54421a6f35b213a22f062d27d4)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 39d85e0572f..54fe0ead270 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -59,7 +59,7 @@ _PUBLIC_ int torture_init(void)
extern NTSTATUS torture_raw_init(void);
extern NTSTATUS torture_unix_init(void);
extern NTSTATUS torture_winbind_init(void);
- init_module_fn static_init[] = { STATIC_torture_MODULES };
+ init_module_fn static_init[] = { STATIC_smbtorture_MODULES };
init_module_fn *shared_init = load_samba_modules(NULL, cmdline_lp_ctx, "torture");
run_init_functions(static_init);