summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-03-20 14:36:11 +0100
committerJeremy Allison <jra@samba.org>2014-03-21 19:20:17 +0100
commitc416b34648b6734b7b612d51fa9e151a201768da (patch)
tree925ac49d6ab23daf1fc56a43d0cf678f59afd5f6 /source3/smbd
parentb27c5caae39c1724178830adf1df65afff8d46df (diff)
downloadsamba-c416b34648b6734b7b612d51fa9e151a201768da.tar.gz
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/smbd')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index a66aa5a6dba..9603975761e 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -6141,7 +6141,7 @@ static void rename_open_files(connection_struct *conn,
}
/* Send messages to all smbd's (not ourself) that the name has changed. */
- rename_share_filename(conn->sconn->msg_ctx, lck, conn->connectpath,
+ rename_share_filename(conn->sconn->msg_ctx, lck, id, conn->connectpath,
orig_name_hash, new_name_hash,
smb_fname_dst);