param: Remove "use ntdb" reference
[kai/samba-autobuild/.git] / lib / param / param.h
index 1ac590b69ae9caacd1224cd2b5d2ce6f74c17098..af321e1b5a8b5c4a4c604037f822f74543612b1f 100644 (file)
@@ -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().