diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2018-02-20 23:17:49 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2018-02-20 23:17:49 +0000 |
commit | f8a1071d968bbfc7993ae758df93f6a326ef77d6 (patch) | |
tree | 2fabf740e561c19f0117481a1e3f78a32d90d928 /databases/ldb12/files/patch-common__ldb_modules.c | |
parent | Fix RANDOMIZE_MASTER_SITES. (diff) |
Update supplimentary Samba libs to the latest versions.
Sponsored by: iXsystems Inc.
Notes
Notes:
svn path=/head/; revision=462465
Diffstat (limited to 'databases/ldb12/files/patch-common__ldb_modules.c')
-rw-r--r-- | databases/ldb12/files/patch-common__ldb_modules.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/ldb12/files/patch-common__ldb_modules.c b/databases/ldb12/files/patch-common__ldb_modules.c new file mode 100644 index 000000000000..ed26d1c55c9e --- /dev/null +++ b/databases/ldb12/files/patch-common__ldb_modules.c @@ -0,0 +1,11 @@ +--- common/ldb_modules.c.orig 2018-02-14 01:18:43 UTC ++++ common/ldb_modules.c +@@ -1103,7 +1103,7 @@ static int ldb_modules_load_dir(const ch + */ + void ldb_set_modules_dir(struct ldb_context *ldb, const char *path) + { +- int ret = ldb_modules_load_path(path, LDB_VERSION); ++ int ret = ldb_modules_load_dir(path, LDB_VERSION); + if (ret != LDB_SUCCESS) { + ldb_asprintf_errstring(ldb, "Failed to load modules from: %s\n", path); + } |