summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-24 19:07:12 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-28 13:10:28 +0200
commitb7b798e15b7be2d57e20c14cca2f908b301ed894 (patch)
treeb268885e167cadc811a7f9cc14b9cd1dcf0f79b9 /source4/torture/torture.c
parentce0ccc2a2ea820cd5d30ffd082d898fcb57431e6 (diff)
downloadsamba-b7b798e15b7be2d57e20c14cca2f908b301ed894.tar.gz
lib/util Rename load_samba_modules -> samba_modules_load
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 73208f8256b..50ff4c96fc5 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -49,7 +49,7 @@ _PUBLIC_ int torture_init(void)
#define _MODULE_PROTO(init) extern NTSTATUS init(void);
STATIC_smbtorture_MODULES_PROTO;
samba_init_module_fn static_init[] = { STATIC_smbtorture_MODULES };
- samba_init_module_fn *shared_init = load_samba_modules(NULL, "smbtorture");
+ samba_init_module_fn *shared_init = samba_modules_load(NULL, "smbtorture");
samba_init_module_fns_run(static_init);
samba_init_module_fns_run(shared_init);