diff options
author | Günther Deschner <gd@samba.org> | 2008-01-11 18:46:41 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-11 18:47:03 +0100 |
commit | 88874a501d0c086f796e4838af8c9399d3cccc1f (patch) | |
tree | ec69f70803226c0fcdb60113956eb545f989c760 /source/smbd/close.c | |
parent | 19a980f52044a170618629e5b0484c1f6b586e5f (diff) | |
download | samba-88874a501d0c086f796e4838af8c9399d3cccc1f.tar.gz |
Fix a build warning.
Guenther
Diffstat (limited to 'source/smbd/close.c')
-rw-r--r-- | source/smbd/close.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/smbd/close.c b/source/smbd/close.c index f67a4ad6683..4c385d76118 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()) { |