1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Fix a build warning.

Guenther
This commit is contained in:
Günther Deschner 2008-01-11 18:46:41 +01:00
parent 19a980f520
commit 88874a501d

View File

@ -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()) {