From c416b34648b6734b7b612d51fa9e151a201768da Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 20 Mar 2014 14:36:11 +0100 Subject: smbd: Explicitly pass "file_id" to rename_share_filename Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/reply.c') diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index a66aa5a6db..9603975761 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); -- cgit