Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71543
b: refs/heads/master
c: 8594c15
h: refs/heads/master
i:
  71541: 0dd64be
  71539: 14b6f28
  71535: afa4df9
v: v3
  • Loading branch information
Andre Haupt authored and Steve French committed Aug 30, 2007
1 parent 0dbeeba commit 7a33b9b
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: c19eb71020687e178b9fa564f4a8ac1880f87b10
refs/heads/master: 8594c15ad226227aaf178b7cf57f2e7291684dd4
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses)
(int)ts.tv_sec, (int)utc.tv_sec,
(int)(utc.tv_sec - ts.tv_sec)));
val = (int)(utc.tv_sec - ts.tv_sec);
seconds = val < 0 ? -val : val;
seconds = abs(val);
result = (seconds / MIN_TZ_ADJ) * MIN_TZ_ADJ;
remain = seconds % MIN_TZ_ADJ;
if (remain >= (MIN_TZ_ADJ / 2))
Expand Down

0 comments on commit 7a33b9b

Please sign in to comment.