Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144714
b: refs/heads/master
c: 051a2a0
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed May 1, 2009
1 parent b32563f commit bd4e814
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: e836f015b5c07da2f95a441274ef0a788ce17f80
refs/heads/master: 051a2a0d3242b448281376bb63cfa9385e0b6c68
2 changes: 1 addition & 1 deletion trunk/fs/cifs/sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static __le16 get_next_vcnum(struct cifsSesInfo *ses)
get_vc_num_exit:
write_unlock(&cifs_tcp_ses_lock);

return le16_to_cpu(vcnum);
return cpu_to_le16(vcnum);
}

static __u32 cifs_ssetup_hdr(struct cifsSesInfo *ses, SESSION_SETUP_ANDX *pSMB)
Expand Down

0 comments on commit bd4e814

Please sign in to comment.