Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73625
b: refs/heads/master
c: 5375652
h: refs/heads/master
i:
  73623: 465bb0e
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Nov 13, 2007
1 parent 5638c97 commit c83ba1f
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: 022cbae611a37eda80d498f8f379794c8ac3be47
refs/heads/master: 53756524e42a71011f5ae6410d6ac386bf3a9e7b
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_time.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static bool xt_time_match(const struct sk_buff *skb,
if (skb->tstamp.tv64 == 0)
__net_timestamp((struct sk_buff *)skb);

stamp = skb->tstamp.tv64;
stamp = ktime_to_ns(skb->tstamp);
do_div(stamp, NSEC_PER_SEC);

if (info->flags & XT_TIME_LOCAL_TZ)
Expand Down

0 comments on commit c83ba1f

Please sign in to comment.