Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39529
b: refs/heads/master
c: 1a70d65
h: refs/heads/master
i:
  39527: 1886cd2
v: v3
  • Loading branch information
Steve French committed Oct 2, 2006
1 parent 387bcc1 commit f93f74b
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: 947a50679570ef7a66e3e3107e95943a1cb14d08
refs/heads/master: 1a70d6529ad9f5978af846440f8a809784d6e813
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses)
server->capabilities = CAP_MPX_MODE;
}
tmp = (__s16)le16_to_cpu(rsp->ServerTimeZone);
if (tmp == 0xffff) {
if (tmp == -1) {
/* OS/2 often does not set timezone therefore
* we must use server time to calc time zone.
* Could deviate slightly from the right zone.
Expand Down

0 comments on commit f93f74b

Please sign in to comment.