Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348329
b: refs/heads/master
c: 31efee6
h: refs/heads/master
i:
  348327: 138904c
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Dec 30, 2012
1 parent 93b660c commit f5d6a07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea702b80e0bbb2448e201472127288beb82ca2fe
refs/heads/master: 31efee60f489c759c341454d755a9fd13de8c03d
7 changes: 7 additions & 0 deletions trunk/fs/cifs/smb1ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ send_nt_cancel(struct TCP_Server_Info *server, void *buf,
mutex_unlock(&server->srv_mutex);
return rc;
}

/*
* The response to this call was already factored into the sequence
* number when the call went out, so we must adjust it back downward
* after signing here.
*/
--server->sequence_number;
rc = smb_send(server, in_buf, be32_to_cpu(in_buf->smb_buf_length));
mutex_unlock(&server->srv_mutex);

Expand Down

0 comments on commit f5d6a07

Please sign in to comment.