summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-10-20 14:00:54 +0200
committerRalph Böhme <slow@samba.org>2015-11-23 15:16:19 +0100
commit8aab4426a5235c60d3febabad075985e1f9777f0 (patch)
tree43f2bfa11be53ed587dd856cbe4c4e9629607a11 /lib
parent33084a1c2ce74464e9b6b3e8241a7265c1cfbb66 (diff)
downloadsamba-8aab4426a5235c60d3febabad075985e1f9777f0.tar.gz
dbwrap_tdb: Fix a typo
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
Diffstat (limited to 'lib')
-rw-r--r--lib/dbwrap/dbwrap_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dbwrap/dbwrap_tdb.c b/lib/dbwrap/dbwrap_tdb.c
index 0e5444918fa..e12ec4405d6 100644
--- a/lib/dbwrap/dbwrap_tdb.c
+++ b/lib/dbwrap/dbwrap_tdb.c
@@ -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;