1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Use module_path() instead of lib_path() for loading shared modules.

Michael
This commit is contained in:
Michael Adam 2008-08-15 00:47:30 +02:00
parent 5ef9da6f4f
commit 22fb3ef1bb

View File

@ -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) {