diff options
author | Volker Lendecke <vl@samba.org> | 2015-03-12 13:10:12 +0000 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2015-03-17 11:30:51 +0100 |
commit | e3d2e6a288e35cf2037a3714ef3caf3933390d24 (patch) | |
tree | 378f0e39b8b550dfd5710c82938b6b1792fbd16d | |
parent | 959f81ad1b0e2c2bd4c8729cdf0617ef905f4cc0 (diff) | |
download | samba-e3d2e6a288e35cf2037a3714ef3caf3933390d24.tar.gz |
param: Remove "use ntdb" reference
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
-rw-r--r-- | lib/param/param.h | 4 | ||||
-rw-r--r-- | lib/param/util.c | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/lib/param/param.h b/lib/param/param.h index 1ac590b69ae..af321e1b5a8 100644 --- a/lib/param/param.h +++ b/lib/param/param.h @@ -279,9 +279,7 @@ char *lpcfg_private_path(TALLOC_CTX* mem_ctx, * @brief Returns an absolute path to a NTDB or TDB file in the Samba * private directory. * - * @param name File to find, relative to PRIVATEDIR, without .(n)tdb extension. - * Only provide fixed-string names which are supposed to change with "use ntdb" - * option. + * @param name File to find, relative to PRIVATEDIR, without .tdb extension. * * @retval Pointer to a talloc'ed string containing the full path, for * use with dbwrap_local_open(). diff --git a/lib/param/util.c b/lib/param/util.c index 05caca8536e..7e4232d3628 100644 --- a/lib/param/util.c +++ b/lib/param/util.c @@ -193,9 +193,7 @@ char *lpcfg_private_path(TALLOC_CTX* mem_ctx, * @brief Returns an absolute path to a NTDB or TDB file in the Samba * private directory. * - * @param name File to find, relative to PRIVATEDIR, without .(n)tdb extension. - * Only provide fixed-string names which are supposed to change with "use ntdb" - * option. + * @param name File to find, relative to PRIVATEDIR, without .tdb extension. * * @retval Pointer to a talloc'ed string containing the full path, for * use with dbwrap_local_open(). |