[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Fri Feb 26 02:43:58 MST 2010


The branch, master has been updated
       via  d671b80... libcli/auth: print the error in the debug message
      from  81bb8f6... s4-smb: Migrate named_pipe_server to tsocket.

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


- Log -----------------------------------------------------------------
commit d671b80cf5ebd4a4a2d832d90aeef27cacfb521a
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Feb 26 10:09:36 2010 +0100

    libcli/auth: print the error in the debug message
    
    metze

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

Summary of changes:
 libcli/auth/schannel_state_tdb.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/auth/schannel_state_tdb.c b/libcli/auth/schannel_state_tdb.c
index fd61b0a..0ec928f 100644
--- a/libcli/auth/schannel_state_tdb.c
+++ b/libcli/auth/schannel_state_tdb.c
@@ -57,7 +57,8 @@ static struct tdb_wrap *open_schannel_session_store(TALLOC_CTX *mem_ctx,
 	tdb_sc = tdb_wrap_open(mem_ctx, fname, 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
 
 	if (!tdb_sc) {
-		DEBUG(0,("open_schannel_session_store: Failed to open %s\n", fname));
+		DEBUG(0,("open_schannel_session_store: Failed to open %s - %s\n",
+			 fname, strerror(errno)));
 		TALLOC_FREE(fname);
 		return NULL;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list