diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-06-17 13:48:29 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-06-17 13:48:29 +0200 |
commit | 232fd06271d4012872e43a13dc67d2295555f65f (patch) | |
tree | ce7780a073239b49ef8356fbeaebfcc2f6828fe6 /source4/param/util.c | |
parent | 8259cc592698942aa2c83564a3e2f1aa071d440e (diff) | |
parent | 310875e637fd237752770027b28675ed970352dd (diff) | |
download | samba-232fd06271d4012872e43a13dc67d2295555f65f.tar.gz samba-232fd06271d4012872e43a13dc67d2295555f65f.tar.xz samba-232fd06271d4012872e43a13dc67d2295555f65f.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir
(This used to be commit 30a33cd0a64c434d6aee551f641343c3b2a6d9ca)
Diffstat (limited to 'source4/param/util.c')
-rw-r--r-- | source4/param/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/util.c b/source4/param/util.c index 15e3b4768c..ec192939d0 100644 --- a/source4/param/util.c +++ b/source4/param/util.c @@ -182,7 +182,7 @@ init_module_fn load_module(TALLOC_CTX *mem_ctx, const char *path) return NULL; } - init_fn = dlsym(handle, "init_module"); + init_fn = dlsym(handle, SAMBA_INIT_MODULE); if (init_fn == NULL) { DEBUG(0, ("Unable to find init_module() in %s: %s\n", path, dlerror())); |