Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39528
b: refs/heads/master
c: 947a506
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Oct 2, 2006
1 parent 1886cd2 commit 387bcc1
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: b815f1e559e7cbdf3e561cf0c7cffc4a4a57a013
refs/heads/master: 947a50679570ef7a66e3e3107e95943a1cb14d08
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses)
(int)(utc.tv_sec - ts.tv_sec)));
val = (int)(utc.tv_sec - ts.tv_sec);
seconds = val < 0 ? -val : val;
result = (seconds / IN_TZ_ADJ) * MIN_TZ_ADJ;
result = (seconds / MIN_TZ_ADJ) * MIN_TZ_ADJ;
remain = seconds % MIN_TZ_ADJ;
if(remain >= (MIN_TZ_ADJ / 2))
result += MIN_TZ_ADJ;
Expand Down

0 comments on commit 387bcc1

Please sign in to comment.