diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-29 12:47:11 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-29 16:38:14 +1000 |
commit | 67905b41a97fb7c0a7f4c7070e837f1fcb8bfbb4 (patch) | |
tree | 8643ff1b1cb1ae9b9888bd72c66ee65f2b0f312d /source4/lib | |
parent | dbbc6e9ddac30de869d67410869dba90b4bd4a19 (diff) | |
download | samba-67905b41a97fb7c0a7f4c7070e837f1fcb8bfbb4.tar.gz samba-67905b41a97fb7c0a7f4c7070e837f1fcb8bfbb4.tar.bz2 samba-67905b41a97fb7c0a7f4c7070e837f1fcb8bfbb4.zip |
s4-param Rename private_path() -> lpcfg_private_path()
This is consistent with lock_path()
Andrew Bartlett
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb-samba/ldb_wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/ldb_wrap.c b/source4/lib/ldb-samba/ldb_wrap.c index 7dcf514e23..6d92f60d62 100644 --- a/source4/lib/ldb-samba/ldb_wrap.c +++ b/source4/lib/ldb-samba/ldb_wrap.c @@ -209,7 +209,7 @@ int samba_ldb_connect(struct ldb_context *ldb, struct loadparm_context *lp_ctx, flags |= LDB_FLG_ENABLE_TRACING; } - real_url = private_path(ldb, lp_ctx, url); + real_url = lpcfg_private_path(ldb, lp_ctx, url); if (real_url == NULL) { return LDB_ERR_OPERATIONS_ERROR; } |