param: Remove "use ntdb" reference
[kai/samba-autobuild/.git] / lib / param / util.c
index 05caca8536ee86778d965b52861e98abe65e3576..7e4232d3628743fa53a4fb67d1882e5b05eddb92 100644 (file)
@@ -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().