diff options
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |