summaryrefslogtreecommitdiff
path: root/lib/dbwrap
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-12 13:40:43 +0000
committerMichael Adam <obnox@samba.org>2015-03-17 11:30:51 +0100
commit31c3806a1c62588f111cb174ffbdbdc27fc563b2 (patch)
tree6328d0dba516aacc23f9d018f653bb7c1451e308 /lib/dbwrap
parentfe81b50d6547707a5ba216629b5af15a6299877c (diff)
downloadsamba-31c3806a1c62588f111cb174ffbdbdc27fc563b2.tar.gz
dbwrap: Remove a ntdb reference
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib/dbwrap')
-rw-r--r--lib/dbwrap/dbwrap.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/dbwrap/dbwrap.h b/lib/dbwrap/dbwrap.h
index 00c7672a905..e081e185826 100644
--- a/lib/dbwrap/dbwrap.h
+++ b/lib/dbwrap/dbwrap.h
@@ -165,11 +165,7 @@ NTSTATUS dbwrap_unmarshall(struct db_context *db, const uint8_t *buf,
/**
- * This opens an ntdb or tdb file: you can hand it a .ntdb or .tdb extension
- * and it will decide (based on parameter settings, or else what exists) which
- * to use.
- *
- * For backwards compatibility, it takes tdb-style open flags, not ntdb!
+ * This opens a tdb file
*/
struct db_context *dbwrap_local_open(TALLOC_CTX *mem_ctx,
struct loadparm_context *lp_ctx,