The branch, master has been updated
       via  0ee447f s3:dbwrap_tdb: pass NTSTATUS code further up from 
db_tdb_fetch_parse in db_tdb_fetch()
      from  184e8e5 build: TDB_ERR_NESTING is used unconditionally

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


- Log -----------------------------------------------------------------
commit 0ee447fef5563e2b26fac6cac7c8fd7a71c80c0a
Author: Michael Adam <[email protected]>
Date:   Tue Nov 29 22:36:48 2011 +0100

    s3:dbwrap_tdb: pass NTSTATUS code further up from db_tdb_fetch_parse in 
db_tdb_fetch()
    
    Autobuild-User: Michael Adam <[email protected]>
    Autobuild-Date: Wed Nov 30 01:46:31 CET 2011 on sn-devel-104

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

Summary of changes:
 source3/lib/dbwrap/dbwrap_tdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/dbwrap/dbwrap_tdb.c b/source3/lib/dbwrap/dbwrap_tdb.c
index cf761e2..ffdb906 100644
--- a/source3/lib/dbwrap/dbwrap_tdb.c
+++ b/source3/lib/dbwrap/dbwrap_tdb.c
@@ -191,7 +191,7 @@ static NTSTATUS db_tdb_fetch(struct db_context *db, 
TALLOC_CTX *mem_ctx,
        }
 
        if (!NT_STATUS_IS_OK(state.result)) {
-               return NT_STATUS_INTERNAL_DB_CORRUPTION;
+               return state.result;
        }
 
        *pdata = state.data;


-- 
Samba Shared Repository

Reply via email to