summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-24 19:01:16 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-28 13:10:28 +0200
commitce0ccc2a2ea820cd5d30ffd082d898fcb57431e6 (patch)
treefc366d2f1e190d0698960d9c1a176fa8e040f136 /source4/torture/torture.c
parent1935b7b6c223542c1807e275c44e6ba4b2e90b68 (diff)
downloadsamba-ce0ccc2a2ea820cd5d30ffd082d898fcb57431e6.tar.gz
lib/util Rename run_init_functions -> samba_init_module_fns_run
This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 155a3469562..73208f8256b 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -51,8 +51,8 @@ _PUBLIC_ int torture_init(void)
samba_init_module_fn static_init[] = { STATIC_smbtorture_MODULES };
samba_init_module_fn *shared_init = load_samba_modules(NULL, "smbtorture");
- run_init_functions(static_init);
- run_init_functions(shared_init);
+ samba_init_module_fns_run(static_init);
+ samba_init_module_fns_run(shared_init);
talloc_free(shared_init);