From 31c3806a1c62588f111cb174ffbdbdc27fc563b2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 12 Mar 2015 13:40:43 +0000 Subject: [PATCH] dbwrap: Remove a ntdb reference Signed-off-by: Volker Lendecke Reviewed-by: Michael Adam --- lib/dbwrap/dbwrap.h | 6 +----- 1 file changed, 1 insertion(+), 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, -- 2.11.4.GIT