dbwrap_tdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 20 Oct 2015 12:00:54 +0000 (14:00 +0200)
committerRalph Böhme <slow@samba.org>
Mon, 23 Nov 2015 14:16:19 +0000 (15:16 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Mon Nov 23 15:16:19 CET 2015 on sn-devel-104

lib/dbwrap/dbwrap_tdb.c

index 0e5444918fa02a8b70a4ca05e390de694f77a907..e12ec4405d604a5fe1698f424f4493a403aebd8b 100644 (file)
@@ -405,7 +405,7 @@ struct db_context *db_open_tdb(TALLOC_CTX *mem_ctx,
                               int hash_size, int tdb_flags,
                               int open_flags, mode_t mode,
                               enum dbwrap_lock_order lock_order,
-                              uint64_t dbrwap_flags)
+                              uint64_t dbwrap_flags)
 {
        struct db_context *result = NULL;
        struct db_tdb_ctx *db_tdb;