mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
smbd: Fix whitespace
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
32d15770da
commit
28873a84d2
@ -1463,9 +1463,9 @@ static NTSTATUS rmdir_internals(TALLOC_CTX *ctx, struct files_struct *fsp)
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
Close a directory opened by an NT SMB call.
|
||||
Close a directory opened by an NT SMB call.
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
static NTSTATUS close_directory(struct smb_request *req, files_struct *fsp,
|
||||
enum file_close_type close_type)
|
||||
{
|
||||
@ -1611,7 +1611,7 @@ done:
|
||||
/****************************************************************************
|
||||
Rundown all SMB-related dependencies of a files struct
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
NTSTATUS close_file_smb(struct smb_request *req,
|
||||
struct files_struct *fsp,
|
||||
enum file_close_type close_type)
|
||||
|
Loading…
Reference in New Issue
Block a user