mirror of
https://github.com/samba-team/samba.git
synced 2025-08-09 17:49:29 +03:00
smbd: reformat a function call in rename_internals_fsp()
No change in behaviour. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
553e576ad9
commit
a72208fc8c
@ -7847,7 +7847,9 @@ NTSTATUS rename_internals_fsp(connection_struct *conn,
|
||||
}
|
||||
}
|
||||
|
||||
notify_rename(conn, fsp->is_directory, fsp->fsp_name,
|
||||
notify_rename(conn,
|
||||
fsp->is_directory,
|
||||
fsp->fsp_name,
|
||||
smb_fname_dst);
|
||||
|
||||
rename_open_files(conn, lck, fsp->file_id, fsp->name_hash,
|
||||
|
Reference in New Issue
Block a user