diff options
author | Volker Lendecke <vl@samba.org> | 2014-03-20 14:36:11 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-03-21 19:20:17 +0100 |
commit | c416b34648b6734b7b612d51fa9e151a201768da (patch) | |
tree | 925ac49d6ab23daf1fc56a43d0cf678f59afd5f6 /source3/locking/proto.h | |
parent | b27c5caae39c1724178830adf1df65afff8d46df (diff) | |
download | samba-c416b34648b6734b7b612d51fa9e151a201768da.tar.gz samba-c416b34648b6734b7b612d51fa9e151a201768da.tar.xz samba-c416b34648b6734b7b612d51fa9e151a201768da.zip |
smbd: Explicitly pass "file_id" to rename_share_filename
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/locking/proto.h')
-rw-r--r-- | source3/locking/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/locking/proto.h b/source3/locking/proto.h index a897feacf3..dc115e1d96 100644 --- a/source3/locking/proto.h +++ b/source3/locking/proto.h @@ -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, |