From 26c34534071db15d6b89c08bfe9207723b338aa5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 15 Aug 2008 00:47:30 +0200 Subject: Use module_path() instead of lib_path() for loading shared modules. Michael (This used to be commit 22fb3ef1bb4abb33b49d275f9a5d85a1924c22ea) --- source3/lib/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/module.c') diff --git a/source3/lib/module.c b/source3/lib/module.c index 2e56e8e8b9..76983387ff 100644 --- a/source3/lib/module.c +++ b/source3/lib/module.c @@ -118,7 +118,7 @@ NTSTATUS smb_probe_module(const char *subsystem, const char *module) full_path = talloc_asprintf(ctx, "%s/%s.%s", - lib_path(subsystem), + modules_path(subsystem), module, shlib_ext()); if (!full_path) { -- cgit