diff options
author | bubulle <bubulle@alioth.debian.org> | 2008-11-01 11:09:46 +0000 |
---|---|---|
committer | bubulle <bubulle@alioth.debian.org> | 2008-11-01 11:09:46 +0000 |
commit | a2b71a0141763c20552bb45eeb4cb78c4b513118 (patch) | |
tree | 85b64d98387145ea4e00c1b529e1820542a979a3 /source/lib/module.c | |
parent | 2203bd59918d6d70515f9dad601cb5c0ef098092 (diff) | |
download | samba-a2b71a0141763c20552bb45eeb4cb78c4b513118.tar.gz |
Revert the merge of 3.3.0~pre2 in upstream branch
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@2200 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'source/lib/module.c')
-rw-r--r-- | source/lib/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/module.c b/source/lib/module.c index 76983387ff..2e56e8e8b9 100644 --- a/source/lib/module.c +++ b/source/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", - modules_path(subsystem), + lib_path(subsystem), module, shlib_ext()); if (!full_path) { |