1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/databases/ldb/files/patch-common__ldb_modules.c
Timur I. Bakeyev f8a1071d96 Update supplimentary Samba libs to the latest versions.
Sponsored by:	iXsystems Inc.
2018-02-20 23:17:49 +00:00

12 lines
432 B
C

--- 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);
}