mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
smbd: Explicitly pass "file_id" to rename_share_filename
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
b27c5caae3
commit
c416b34648
@ -164,6 +164,7 @@ struct share_mode_lock *fetch_share_mode_unlocked(TALLOC_CTX *mem_ctx,
|
||||
struct file_id id);
|
||||
bool rename_share_filename(struct messaging_context *msg_ctx,
|
||||
struct share_mode_lock *lck,
|
||||
struct file_id id,
|
||||
const char *servicepath,
|
||||
uint32_t orig_name_hash,
|
||||
uint32_t new_name_hash,
|
||||
|
Reference in New Issue
Block a user