Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77297
b: refs/heads/master
c: 28c5a02
h: refs/heads/master
i:
  77295: 639d957
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Dec 31, 2007
1 parent 18ae6c8 commit 45fdd14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bb5a9a04d4cab4b13d63ac5cd3e1fb35f9583607
refs/heads/master: 28c5a02a11f70bb1fd8dd3b633206e2db3220308
2 changes: 1 addition & 1 deletion trunk/fs/cifs/sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, int first_time,

if (ses->capabilities & CAP_UNICODE) {
/* unicode strings must be word aligned */
if (iov[0].iov_len % 2) {
if ((iov[0].iov_len + iov[1].iov_len) % 2) {
*bcc_ptr = 0;
bcc_ptr++;
}
Expand Down

0 comments on commit 45fdd14

Please sign in to comment.