diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dbwrap/dbwrap.h | 6 |
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, |