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 | 2539cf073915c481ae449e2eb11f501c29276688 (patch) | |
tree | 840becadf7dcc62d1a9003347f42661f9125477c | |
parent | c79ce2ffa3f7d00ce6a2cd6008c203e3042b0b02 (diff) | |
download | samba-2539cf073915c481ae449e2eb11f501c29276688.tar.gz samba-2539cf073915c481ae449e2eb11f501c29276688.tar.bz2 samba-2539cf073915c481ae449e2eb11f501c29276688.zip |
Fix a build warning.
Guenther
(This used to be commit 88874a501d0c086f796e4838af8c9399d3cccc1f)
-rw-r--r-- | source3/smbd/close.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/close.c b/source3/smbd/close.c index f67a4ad668..4c385d7611 100644 --- a/source3/smbd/close.c +++ b/source3/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()) { |