The branch, master has been updated
       via  8aab442 dbwrap_tdb: Fix a typo
      from  33084a1 ctdb-ipalloc: Drop unnecessary struct ctdb_ipflags

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8aab4426a5235c60d3febabad075985e1f9777f0
Author: Volker Lendecke <[email protected]>
Date:   Tue Oct 20 14:00:54 2015 +0200

    dbwrap_tdb: Fix a typo
    
    Signed-off-by: Volker Lendecke <[email protected]>
    Reviewed-by: Ralph Boehme <[email protected]>
    
    Autobuild-User(master): Ralph Böhme <[email protected]>
    Autobuild-Date(master): Mon Nov 23 15:16:19 CET 2015 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 lib/dbwrap/dbwrap_tdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/lib/dbwrap/dbwrap_tdb.c b/lib/dbwrap/dbwrap_tdb.c
index 0e54449..e12ec44 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;


-- 
Samba Shared Repository

Reply via email to