[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1277-g88874a5

Günther Deschner gd at samba.org
Fri Jan 11 17:47:53 GMT 2008


The branch, v3-2-test has been updated
       via  88874a501d0c086f796e4838af8c9399d3cccc1f (commit)
      from  19a980f52044a170618629e5b0484c1f6b586e5f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 88874a501d0c086f796e4838af8c9399d3cccc1f
Author: Günther Deschner <gd at samba.org>
Date:   Fri Jan 11 18:46:41 2008 +0100

    Fix a build warning.
    
    Guenther

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

Summary of changes:
 source/smbd/close.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/close.c b/source/smbd/close.c
index f67a4ad..4c385d7 100644
--- a/source/smbd/close.c
+++ b/source/smbd/close.c
@@ -252,6 +252,7 @@ static NTSTATUS close_remove_share_mode(files_struct *fsp,
 
 		DEBUG(5,("close_remove_share_mode: file %s. "
 			"Change user to uid %u\n",
+			fsp->fsp_name,
 			(unsigned int)lck->delete_token->uid));
 
 		if (!push_sec_ctx()) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list