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:
parent
5ef9da6f4f
commit
22fb3ef1bb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user